creating a "model" in Zend Framework.
Now, my initial idea was that I could create a simple model, we will call it
Accounts, and be able to CRUD operations on my table rows.
With that said what are my options?
I can extend Zend_Db_Table but that seems to leave me with only insert,
update, delete because the select statements are moved to
Zend_Db_Table_Select (according to the guide).
All of these tools with not one obvious way to use them...
[side note]
http://framework.zend.com/manual/en/images/warning.png doesn't exist so the
link is broken in the documentaiton.
[/side note]
--
View this message in context: http://www.nabble.com/Another-Model-Design-Thread-tp20909700p20909700.html
Sent from the Zend MVC mailing list archive at Nabble.com.
没有评论:
发表评论