Programmer's Reference Guide

Working Examples


Working Examples

Comments

Great work.I was having problem while definig relationships among tables but after viewing this link
http://framework.zend.com/manual/en/zend.db.table.relationships.html
I was able to define relationships in tables very easily.
Decent guide, but I've had a few issues where the guide doesn't mention what you CAN'T do with the db adapter. Also, spammers suck.
Thank you for sharing superb informations. Your website is very cool. I am impressed by the details that you have <a href="http://blog.seoservice360.com/top-1-oli-sintetik-mobil-motor-indonesia.html">TOP 1 Oli Sintetik Mobil-Motor Indonesia</a> on this blog. It reveals how nicely you perceive this subject.
in ./zend\Zend\Db\Adapter\Pdo\Abstract.php line 143;

throw new Zend_Db_Adapter_Exception($e->getMessage(), $e->getCode(), $e);

the $e must change to null;like that

throw new Zend_Db_Adapter_Exception($e->getMessage(), $e->getCode(), null);


because it throw out:

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: YES)' in G:\no_del\www\chrd\discuz\source\include\zend\Zend\Db\Adapter\Pdo\Abstract.php:129Stack trace:#0 G:\no_del\www\chrd\discuz\source\include\zend\Zend\Db\Adapter\Pdo\Abstract.php(129): PDO->__construct('mysql:host=loca...', 'root', 'm1y20', Array)


but the " 'root', 'm1y20' " is my mysql user and the password.

how can i turn off this,but show sql query error?
I can't see the guide, only the comments
Good tutorials. Keep it up Zend Framework. You can also try to read my blog on http://www.squidoo.com/chicken-cordon-bleu-recipe. Thanks
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dictum nulla ac erat auctor vel lobortis justo pretium. Nam ligula magna, malesuada non gravida quis, luctus et nisi. Integer non neque arcu, sed porta elit. Maecenas sollicitudin vehicula sapien vel condimentum. In hac habitasse platea dictumst. <a href=http://losvazquezsounds.org/>los vazquez sounds</a>

+ Add A Comment

Please do not report issues via comments; use the ZF Issue Tracker.

If you have a JIRA/Crowd account, we suggest you login first before commenting.

  • BBCode is allowed in the comment markup

  • Select a Version

    Languages Available

    Components

    Search the Manual