> See version 1.1 of README. The latest version have now only a link
> to the howto.tar file.

OK, I have seen that file now.
http://cvs.php.net/co.php/phpdoc/README?r=1.1

Look at the function skeleton for example in that file:

function some_code($foo)
{
/* we all agree that four spaces of indentation is good? */
}

isn't that similar to PEAR standards?

This file is not that much different than the current howto
contents about conventions. This 1.1 really have no coding
conventions, just some skeletons. No rules about how to write
PHP code, except the <?php ?> form convention in point 5.

So where we can find the previously written down
conventions used for writing PHP code in phpdoc?
This file is even not consistent with what you
have said about before-PEAR coding standards, as
I can see.

Goba


Reply via email to