Archives
Master Symfony2 fundamentals
Be trained by SensioLabs experts (2 to 6 day sessions -- French or English).
trainings.sensiolabs.com
Symfony hosting done right
ServerGrove, outstanding support at the right price for your Symfony hosting needs.
servergrove.com
Blog
New symfony API documentation
by
Fabien Potencier
– August 22, 2006
– 9 comments
As we want full symfony code coverage for the API documentation before the release of symfony 1.0, Ian and François has worked a lot on adding phpdoc tags for the helper functions. They work hard but sadly enough, their work was not available online due to the way we generate the pages for the API documentation.
I'm very happy that this is fixed now. I rewrote the parser from scratch and you can now browse the brand new API documentation online.
Enjoy!
P.S.: If you want to help us fixing and adding more phpdoc tags to the symfony code, you can send me an e-mail.






is a trademark of Fabien Potencier. All rights reserved.
Add a Comment
Comments
Though the return type seems to now be missing for those methods that return an object instance eg: getRequest();
That was quite useful :)
* sfAction
* sfActions
* etc.
Besides that - good work guys.