serialx Messages: 3 Registered: November 2005 Location: Korea (ROK)
Junior Member
Shouldn't there be a quick reference manual or somthing?
I see a point of not making a API manual of sort, because the project is still in heavy development stage.
But even on the testers side, I need a heavy guide on what to test and what to use.
The tutorials are a very good things to make things start up. But it's kinda annoying to find a phrase or function name in the tutorial everytime a forget the name.
I used vim/grep to browse the Symfony framework, but it's quiet a time consuming job.
The code of Symfony seemed to follow some coding standards that is used in PEAR and Zend. (@parms or somthing like that)
And I saw some document auto generating function in Zend IDE. I'll try that today sometime.
Anyway. A simple reference doc would be appreciated.