zend-db-table
Modelling in Zend framework
I\'m working on a large project at the moment and am just wondering which is best practice, to model entities and sets of e开发者_运维问答ntities seperately or in one class?[详细]
2023-03-20 15:44 分类:问答No adapter found for App_Model_DbTable_User
I have very strange error I can\'t understand. I started a new project throw the zf.sh. And now when I try to ge the data from the database I get error for every table I have created when I\'m trying[详细]
2023-03-19 19:52 分类:问答How to model multilingual database with Zend, l18n mysql?
I know this topic was discusses a couple of times, but none of them represents the ultimate solution for me.[详细]
2023-03-18 12:32 分类:问答stuck whith Zend_Db_Tables
trying to working with Zend_Db_Tables task is to retrive data from 2 or may be 3 tables and return 开发者_Python百科as json.[详细]
2023-03-18 00:33 分类:问答Zend_Db_Adapter_Abstract::update() must be an array
I am having some trouble updating a row. My class is extending Zend_Db_Table_Abstract 开发者_如何学编程[详细]
2023-03-16 21:10 分类:问答How to use schema for multiple sqlite db for Zend_Db_Table
So I have multiple sqlite database. /path/database1.db /path/database2.db When i make a Zend_Db_Table for it, how do I specify which db to use?[详细]
2023-03-10 07:27 分类:问答Order Zend_Db_Table rowset by reference column
i know i can define relationships through _referenceMap, i know that i con join selects trough $db->select()[详细]
2023-03-10 00:20 分类:问答How do you work with a relational database in Zend Framework?
I\'m using the zend framework to write an app and I\'m having lots of problems getting my relational database models to work. I\'ve read the quickstart and the docs several times and I\'m still not su[详细]
2023-03-09 20:26 分类:问答How do left outer joins work on Zend framework
I have this SQL query: SELECT pais FROM pais LEFT OUTER JOIN users_has_pais ON pais.id = users_has_pais.pais_id WHERE users_has_pais.users_id = 100[详细]
2023-03-08 15:41 分类:问答User id on creation keeps returning 0 and can't be used
I have a registration form which allows users to receive information about different countries they\'ve selected through a multicheckbox. The countries from the list are also in a table and have an id[详细]
2023-03-08 03:15 分类:问答