Thread: Models in Zend
View Single Post
02-22-2011, 07:26 PM
#2
Enfernikus is offline Enfernikus
Status: I'm new around here
Join date: Jul 2008
Location:
Expertise:
Software:
 
Posts: 20
iTrader: 1 / 100%
 

Enfernikus is on a distinguished road

  Old

Your models don't necessarily need to extend the Zend_Db_Table_Abstract object at all. Conversely if the class provided by Zend does everything you want except for that minor inconvenience then simply fetch the DB object in what ever method it is that you need to join on.

Also, we'd need more information on your database schema and the like in order to make a better recommendation on how to plan your models.

On a personal note, I think Zend is vastly superior to CI.