Hey Annette, Are you talking about something like this?
function getList(array $list)
{
$placeholders = array_fill(0, '?', count($list));
return $this->_db->query(
$this->select(true)
->where("column IN($placeholders)", $list)
);
}
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]
