[PHP-DOC] Re: [PEAR-DEV] documenting and releasing a PHP extension From: Martin Jansen (mail <email protected>)
Date: 06/24/01

On Sat, 23 Jun 2001 16:10:12 -0700, Dan Libby wrote:

>1) Is there a better place to ask these questions? ie, is there a
>list or forum for discussing 3rd party extensions?

IMHO php-dev <email protected> is better for questions about
programming style etc.

>4) Is there a standard process for creating documentation for
>extension API's? I've seen mention of the "proto" keyword and some
>vague references to a "doc/genfuncsummary script" in the
>CODING_STANDARDS document distributed with php.

Checkout the module phpdoc from cvs. There you'll find
genfuncsummary.

>ps, the extension is a simple templating system similar to
>FastTemplate but much faster and with a couple extra features.

Do you already know APL (http://www.twisd.de/apl/apl_kurzinfo.php)?
That seems very similar to your extension.

- Martin