How do you know what methods contain within an OBJECT ?
Posted: Sat Oct 28, 2006 4:09 am
Hi, I am using Macromedia Dreamwever and Zend Engine, and see that intellisense thing. Seeing that it can reads/knows what methods we have created within a class. Is there a way for me to know it too ? How do I know methods within one class ?
For example, when I created a class Validator, then I typed:
$validator = new Validator();
$validator->......... -----> And right after the "->" sign, it will show us the pop-up selection menu containing methods of the Validator class.
Thanks,
Chris
For example, when I created a class Validator, then I typed:
$validator = new Validator();
$validator->......... -----> And right after the "->" sign, it will show us the pop-up selection menu containing methods of the Validator class.
Thanks,
Chris