Re: [PHP] Classes code completion and Zend Studio

2005-03-14 Thread Zareef Ahmed
On Mon, 14 Mar 2005 23:30:51 +, Alister Bulman <[EMAIL PROTECTED]> wrote: > On Mon, 14 Mar 2005 19:14:37 +0530, Zareef Ahmed <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > I have a function to load the classes and return the object. > > > > function LoadClass($ClassName) > > { > > require_once

Re: [PHP] Classes code completion and Zend Studio

2005-03-14 Thread Zareef Ahmed
On Mon, 14 Mar 2005 09:03:00 -0800 (PST), Richard Lynch <[EMAIL PROTECTED]> wrote: > > > Hi All, > > > > I have a function to load the classes and return the object. > > > > function LoadClass($ClassName) > > { > > require_once("Class.$ClassName.inc"); > > return new $ClassName(); > > } > > > >

Re: [PHP] Classes code completion and Zend Studio

2005-03-14 Thread Richard Lynch
> Hi All, > > I have a function to load the classes and return the object. > > function LoadClass($ClassName) > { > require_once("Class.$ClassName.inc"); > return new $ClassName(); > } > > Its working fine. > > But Zend Studio's Code completion is not working for this type of > object, Any hints?

[PHP] Classes code completion and Zend Studio

2005-03-14 Thread Zareef Ahmed
Hi All, I have a function to load the classes and return the object. function LoadClass($ClassName) { require_once("Class.$ClassName.inc"); return new $ClassName(); } Its working fine. But Zend Studio's Code completion is not working for this type of object, Any hints? Zareef Ahmed -- PHP