Re: php doc

2006-06-22 Thread Larry E. Masters aka PhpNut
Ivan,This is how I do it with cake comments.@package app@subpackage app/controllers@package app@subpackage app/modelsLook at the way I have done it in the cake code, it should be pretty obvious there, -- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string

Re: php doc

2006-06-22 Thread ivan
Thank a lot! just one more thing, i still can´t get it right about the @package and @subpackage thing, let's say I code a model User and the controller is Users, what should be @package and @subpackage for each one? --~--~-~--~~~---~--~~ You received this message

Re: php doc

2006-06-22 Thread Larry E. Masters aka PhpNut
http://www.phpdoc.org/-- /*** @author Larry E. Masters* @var string $userName* @param string $realName* @returns string aka PhpNut* @access  public */ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group.

php doc

2006-06-22 Thread ivan
Hi everyone I'm trying to document my classes, but I'm completly clear the way it should take. for the class i agree the following vars are enough @filesourceuser.php @copyright Copyright (c) 2006, Cake Software Foundation, Inc. @link http://www.cakefoundation.org/proje