zend-db
Zend_session_savehandler_dbtable - strange problems
I have this config in application.ini: resources.session.save_path = APPLICATION_PATH \"/../data/session\"[详细]
2023-01-31 21:48 分类:问答Problems loading Zends Session in bootstrap
I am having trouble getting Zend to store my session in MySQL table. I have followed the Zend Framework guide step by step, and am not sure if is where am putting the code in my bootstrap file, but on[详细]
2023-01-30 09:57 分类:问答Zend findDependentRowset An error occurred
I have three two classess class Application_Model_Accounts extends Zend_Db_Table_Abstract { protected $_name= \'accounts\';[详细]
2023-01-30 05:54 分类:问答How to set default port on MySQL for Mac
On OSX when I try to use the following: resources.db.adapter = \"pdo_mysql\" resources.db.params.dbname = \"myDb\"[详细]
2023-01-29 22:51 分类:问答How to update data in a database
Consider the following code in a datamapper, to save data into a database: /** * Save data into the database[详细]
2023-01-29 14:48 分类:问答Novice: How to properly set up db connection on zend framework?
I\'m pretty new to OOP and Zend. So far I\'m trying to set up a db connection. I have this in my application.ini file:[详细]
2023-01-29 13:33 分类:问答Complex WHERE clause with Zend_Db using multiple AND OR operators
I want to generate this complex WHERE clause in Zend_Db: SELECT * FROM \'products\' WHERE status = \'active\'[详细]
2023-01-29 03:49 分类:问答Passing MySQL's CURRENT_TIMESTAMP to Zend_DB update statement
How do I pass mysql\'s CURRENT_TIMESTAMP when using Zend_DB\'s update statement? The following doesnt seem to be working.[详细]
2023-01-28 22:08 分类:问答select queries with Zend_DB_Table
I have a code something like following class Application_Model_Companyextends Zend_Db_Table_Abstract {[详细]
2023-01-28 04:51 分类:问答Wrapper to Zend_Db is failing
All, I wrote the following wrapper that extends Zend_Db class to provide db connectivity to my entire application. The db connectivity works fine, but it fails to execute queries when invoked from a[详细]
2023-01-26 15:19 分类:问答