yamcsha

Zend Db - Tricks

Aug 9th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?php
  2.  
  3.     $result = $model->fetchAll( array(
  4.                    'id IN (?)' => implode(',', (array)$this->_getParam('id')))
  5.                 );
Advertisement
Add Comment
Please, Sign In to add comment