On Wed, Sep 23, 2009 at 11:38 AM, Hannes Magnusson < hannes.magnus...@gmail.com> wrote:
> On Wed, Sep 23, 2009 at 16:16, Brandon Savage <bran...@brandonsavage.net> > wrote: > > All, > > > > For those of you not on the commit list, I went ahead and moved the PHP 4 > > OOP documentation to the appendix. > > Kudos. > > There is some things that are however not covered in the oop5 docs, > like serialization and the extends keyword.. > And now ArrayObject::serialize() (PHP5 class) links to the oop4 > serialization docs in the appendix (ok, they have always linked there, > but now its slightly more 'wtf' as its quite obvious you are reading > the appendix) :) > > -Hannes > You're absolutely right. And on my list of things to do was to migrate those docs. My fear was that if I didn't act, I never would. This is a process. I'm going to work on those docs tonight and get them in before the manual builds this week. The serialization docs should get a little bit more attention than I had to give. "extends" is covered in the PHP 5 documentation. See http://www.php.net/manual/en/language.oop5.basic.php and the commit I made yesterday that adds a page on inheritance.