ZF-1698: Add note warning about quoting strings in example code
Description
The following example code for Zend_Db_Table has a where clause in the fetchAll function that uses plain string. This is straight forward, but not exactly safe. I believe the warning note (like those used on previous pages) about quoting is necessary on this page:
http://framework.zend.com/manual/en/…
$rowset = $bugs->fetchAll("bug_status = 'NEW'");
Comments
Posted by Bill Karwin (bkarwin) on 2007-07-27T11:51:00.000+0000
Documentation written in revision 5884.
Posted by Wil Sinclair (wil) on 2008-01-23T18:32:36.000+0000
Updating Fix Version to follow issue tracker conventions.