php - CRUD'ing Zend_Db_Adapter_Abstract - a smart move? -



php - CRUD'ing Zend_Db_Adapter_Abstract - a smart move? -

in code i've created object returns active link database. object beingness inherited crud object i've created have create/retrieve/update/delete functions zend_db_adapter_abstract functionality. next in chain table specific manager object such illustration user table or links table

is cruding zend_db object smart move i've described here sounds logically design ?

if need improve mvc architecture separate models business logic layer , dao layer.

suppose have user object hold users business logic methods getaccountinfo, resetpassword. utilize userdao deal database related methods insertuser, updateuser.

php oop crud

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -