PHPWomen are running an article contest at the moment. All you have to do is write an article for the Best Practices forum and you could win a Zend Studio for Eclipse license and a a 1-year subscription to Linux Pro magazine !
Obviously, never one to miss an opportunity to win free swag, I’ve entered with an article on recursion .
Now it’s your turn. Write a article on a best practice when coding PHP, but don’t make it too good as I want to win!
Content suppressed by ://URLFAN, for full article visit source
Zend_Db_Adapter_Pdo_Abstract::insert()From: akrabat.com
Post Date: 2006-04-27 02:09:27
(Putting this here, mainly so that I can reference it!)
There’s a bug in Zend_Db_Adapter_Pdo_Abstract::insert(). I posted in to the mailing list and it’s available here in the archives .
In short, if you use the PDO drivers and have table field names with underscores in them, then you need to delete the insert() function within the class Zend_Db_Adapter_Pdo_Abstract.
Details are:
From: Rob Allen
Date: Tue, 28 Mar 2006 16:19:06 +0100
Hi,...
more