Hi all, I'm trying to accomplish the following with a Zend_Db_Table_Select statement:
$table->select()->where( 'SHA1( CONCAT( ?, ip ) ) = ?', array( $salt, $data[ 'ip' ] ) ); In other words, I am trying to get a where clause to accept multiple placeholder values. Is something like this possible? If not, any other (sleek) suggestions? Thanks in advance! FireEyed _________________________________________________________________ Download de nieuwste emoticons voor in je Messenger http://www.msnmessengerexperience.nl/chuck/
