zend-db
Can't Connect Zend to MySQL
I\'m new to the Zend Framework and trying to figure some stuff out.I wonder if anyone could help me figure out why I\'m unable to connect to a MYSQL database on my live server (a Cpanel / shared style[详细]
2023-02-12 19:16 分类:问答Using a Zend_Db Database connection
I\'m trying to teach myself the Zend Framework. I have some extensive experience using custom-frameworks but have never used Zend.It\'s like trying to use a knife and fork with mittens on.[详细]
2023-02-12 09:47 分类:问答script create Zend_Db_Adapter based on settings in application.ini for cli php
I use Zend Framework 1.10 for web application and I\'d like to use Zend_Db_Adapter (and maybe some of my models) for script in cli php that will be used with cron.[详细]
2023-02-12 04:14 分类:问答Zend Framework model relationships and accessing related records
I\'ve got a zend framework model: class User extends Zend_Db_Table_Abstract { protected $_name= \'users\';[详细]
2023-02-12 04:12 分类:问答INSERT and UPDATE the same row in the same TRANSACTION? (MySQL)
So here\'s my problem: I have an article submission form with an optional image upload field. When the user submits the form - this is roughly what happens:[详细]
2023-02-11 19:11 分类:问答Zend_Db_Table Cascade DELETE doesn't work
I am developing an application to manage a law office using zend framework 1.10,PHP 5.3 and MySQL, I have made a relationship between two tables and I wanted to do cascade deletion however It doesn\'t[详细]
2023-02-11 05:01 分类:问答How does one use the RDBMS in a performant way on top of Zend_Db_Table? (if at all...)
There\'s this constant war going on in my thoughts when I work on a Zend Framework project -- good application design mandates that the number of database queries be minimized. Each query is expensive[详细]
2023-02-10 05:51 分类:问答General error: 1364 Field 'created' doesn't have a default value' in \lib\Zend\Db\Statement\Pdo.php:238
Hi i am using zend framework and doing one login example with database...i am getting the page which i ne开发者_Go百科ed to fill the form after click the submit button getting this error..[详细]
2023-02-08 23:56 分类:问答Sql (zend db select) of multiple selects
I need a bit of help. I have (reference?) table with columns: id , user_id , key , value It is pretty much a user profile table[详细]
2023-02-08 20:58 分类:问答last insert id with zend db table abstract
variable $tablemodel in an instance of a model which extends Zend_Db_Table_Abstract, if i do $tablemodel->insert($data)[详细]
2023-02-07 17:52 分类:问答