On Oct 28, 2007 6:55 PM, Hannes Magnusson <[EMAIL PROTECTED]> wrote:
> On 10/28/07, Edward Z. Yang <[EMAIL PROTECTED]> wrote:
> > Do we have any extensions already using this format yet? I'm not really
> > sure I can comment until I see it in action, but the structure looks
> > quite intuitive and good.
>
> In the REF_STRUCT_DEV branch: mysqli, xmlreader, reflection, imagick
> and http are using a variation (older draft) of these skeletons.


Sean updated the build on livedocs.phpdoc.info.

Links to click;
 normal extensions:
  - http://livedocs.phpdoc.info/manual/en/refs.basic.text.php
  - http://livedocs.phpdoc.info/manual/en/refs.basic.vartype.php
  - http://livedocs.phpdoc.info/manual/en/regex.examples.php
  - http://livedocs.phpdoc.info/manual/en/reference.pcre.pattern.modifiers.php
  - http://livedocs.phpdoc.info/manual/en/objaggregation.examples.php
  ....

 OO extensions:
  - http://livedocs.phpdoc.info/manual/en/ref.xmlreader.php
  - http://livedocs.phpdoc.info/manual/en/class.imagickpixeliterator.php
  ....

 Dual (OO/procedural interface) extensions:
  - http://livedocs.phpdoc.info/manual/en/ref.mysqli.php
  - http://livedocs.phpdoc.info/manual/en/class.mysqli.php
  - http://livedocs.phpdoc.info/manual/en/mysqli.procedural.php

Things to notice:
 - Completely new reference structure
 - All extensions have Introduction, Installing/configuring,
Predefined constants and a function listing pages
 - All extensions have multiple pages on howto install and configure
the extension
 - Some extensions have "examples" chapters
 - Some extensions have "technical explainations" on how it works
 - Fancy "PHP code" look for internal classess
  ....

 Note that the OO extensions are _not_ using the posted skeletons, but
an older variation ("development skeletons") of them, haven't had time
to update them yet - sorry :)

-Hannes

Reply via email to