I want to learn to work with related tables in the ZF to the end. (1) Can anyone help with this? there are 2 users table and *users_openid* with a link to many. I would like to implement a relationsh
I tried to search here before creating this, but I couldn\'t find anything. I have a simple project without modules and I\'d like to load my models (which are inside application/models) without using
I\'ve found out that when I extends Zend_Db_Table_Abstract in my model I get An Error Ocurred Aplication error
Is it possible to run an SQL (Zend_Db_Select) query against a Zend_Db_Table_Row object? What about joining two Zend_Db_Table_Row objects?
I have these two models: class Application_Model_List extends Zend_Db_Table_Abstract { protected $_name = \'list\';
I\'m using some Zend libraries outside of the Zend Framework in a small project. I\'m using Zend_Db and Zend_Paginator but when I\'m trying to set up the pagination using Zend_Paginator_Adapter_DbTabl
I have a fetchRow, that is done like it: $db = new Database(); $data = $db->fetchRow($db->select()->where(\'id = ?\',$id));
i am getting the error \"Cannot refresh row as parent is missing\" when I try to save. Here is my code
I have a class that extends Zend_Db_Table lets call it \'Users\' that uses the class \'User\' (inheriting from Zend_Db_Table_Row_Abstract) as its rowClass. I need it this way because User has addition
I have the following code inside a class that extends Zend_Db_Table_Abstract: public function fetchByFriends($id) {