Hi Annette,
Thanks for the reply - would the where clause in your function automatically
escape the array values? This is my first zend project so still trying to
get my head round it.
Are you familiar with PDO or MySQLi? It's the same as those methodologies. You
input a series of placeholders, and accompany them with the values you want to
bind to those placeholders. Try the PHP manual for more examples and information:
http://php.net/pdo
http://php.net/mysqli
There's also the zend framework documentation:
http://framework.zend.com/manual/en/zend.db.html
Zend_Db_Adapter_Abstract is loosely built around these adapters and merely
provides additional functionality on top of them.
Hope this helps,
-Kizano
//-----
Information Security
eMail: [email protected]
http://www.markizano.net/
--
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]