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?
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
I know this topic was discusses a couple of times, but none of them represents the ultimate solution for me.
trying to working with Zend_Db_Tables task is to retrive data from 2 or may be 3 tables and return 开发者_Python百科as json.
I am having some trouble updating a row. My class is extending Zend_Db_Table_Abstract 开发者_如何学编程
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?
i know i can define relationships through _referenceMap, i know that i con join selects trough $db->select()
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
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
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