On Fri, 2008-04-25 at 10:30 -0400, Matthew Weier O'Phinney wrote: > -- Charles Hoffman <[EMAIL PROTECTED]> wrote > (on Friday, 25 April 2008, 09:03 AM -0500): > > On Thu, 2008-04-24 at 23:58 -0500, Aldemar Bernal wrote: > > > 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__ ? > > __CLASS__ returns the class name of the class in which it was written -- > not the current instance.
Ah, gotcha. Seems I misread what the OP was after. --ch--
