On Thu, 2008-04-24 at 23:58 -0500, Aldemar Bernal wrote: > Hi Denis, > > I understand what you are trying to do, unfortunely get_class(self) will not > work if self is an extended class (as Zend_Db tables are),
What about __CLASS__ ? --chuck--
On Thu, 2008-04-24 at 23:58 -0500, Aldemar Bernal wrote: > Hi Denis, > > I understand what you are trying to do, unfortunely get_class(self) will not > work if self is an extended class (as Zend_Db tables are),
What about __CLASS__ ? --chuck--