-- Truppe Steven <[EMAIL PROTECTED]> wrote
(on Friday, 02 November 2007, 03:01 AM +0100):
> i have writen an email about some kind of command line interface for the
> framework some time ago and now have made a few tests i want to share to
> get some feedback.
> 
> I realy love the Reflection-API, so i thought about using the api to
> provide some kind of source code browser for projects written with the
> ZendFramework.
> 
> So if you don't remember some parameters of method xy of all classes in
> your path you don't need to go to the file and open it anymore! You only
> want to see the docblock for a certain class to get short description of
> parameters - no problem anymore (if you don't take the api-docs into
> consideration;)

You may want to look at Zend_Server_Reflection -- in it, I use docblocks
to grab (public) method parameter types and return value type. (The use
case is for building method signatures for server classes, but it's
abstract enough to be used for other purposes.)

-- 
Matthew Weier O'Phinney
PHP Developer            | [EMAIL PROTECTED]
Zend - The PHP Company   | http://www.zend.com/

Reply via email to