Saturday 15 December 2007 5:38:49 am
You can also take a look at the ezpersistentobject class. If you map your table into a persistent object subclass, then you can use standard functionality tro have all table data retrieved and nicely wrapped in php (template) objects, too, via $array = eZPersistentObject::fetchObjectList( myPersistentObject::definition(), ...) You can then use that array inside php code in a custom view, or create a custom operator to fetch it.
Principal Consultant International Business
Member of the Community Project Board
|