zend-db-table
find(1234) including relationships
I am having a model \"Events\" (Zend_Db_Table_Abstract) that\'s got various relationships to other models. Usually I think I would do something like this to find it and its relationships:[详细]
2023-04-04 14:17 分类:问答Zend One To Many doesn't work
I was trying an example of one to many relationship in zend framework, but I can\'t get results. Here are the tables:[详细]
2023-04-03 02:55 分类:问答How to write Unit Test case for Zend Db Table Row
I am trying to write test case for my Row classes and I don\'t really what is the proper way todo that.[详细]
2023-03-31 04:11 分类:问答Zend framework - Zend_db_table_abtract select()
I want to use select() where I can get just one column without specifying the table name. (Table name is 开发者_运维百科in the $_name var declared in my model.) I tried this:[详细]
2023-03-31 03:59 分类:问答Can Zend enforce foreign key constraints on a MyISAM table?
For instance if I have something like this: class Application_Model_DbTable_Events extends Zend_Db_Table_Abstract[详细]
2023-03-28 12:48 分类:问答Multiple Tables in Zend based on the Quick Start Guide Example
I am new to Zend and have been attempting to follow the Zend Quick Start Guide\'s example of using Data Mappers and extending Zend_Db_Table_Abstract. I think I\'ve grasped the general concepts, but I[详细]
2023-03-28 10:57 分类:问答Creating databases using Zend_Db_Adapter
I\'m struggling with a part of my application where I am using Zend_Db_Adapter to create a database schema in mysql per client signup.[详细]
2023-03-27 05:48 分类:问答Multiple level dependency models in Zend Framework
I\'m developing an application in Zend Framework to handle the rentals for a commercial property rental company.The company has multiple buildings which each have multiple floors, which each have mult[详细]
2023-03-27 03:35 分类:问答Working with multiple objects of the same type (PHP)
What is the corecte way to handle with al lot objects of the same type? Example: When i get a list of notes from the database with zend framework i get a rowset which contains an array with note dat[详细]
2023-03-25 03:23 分类:问答stuck with zend_db_table + join
trying to understand of using Zend_Db_Table. i have a such table: then i created classes: class table_1 extends Zend_Db_Table_Abstract[详细]
2023-03-23 03:53 分类:问答