09-09-2008, 03:36 PM
|
#1 (permalink)
|
|
The Contributor
Join Date: Nov 2007
Posts: 27
Thanks: 2
|
Zend Framework Model
How do you guys design a typical 'good' model?
I see alot of examples of models that extends Zend_Db_Table or Zend_Db_Select.
I don't like the way working with table relationship with Zend_Db_Table.
I just want to write complex SQL statements, prepare them and execute them. What is the way to do that?
Last edited by Devels : 09-09-2008 at 04:54 PM.
|
|
|
|