Pass array to setFilter() in Symfony
I'm using symfon开发者_开发技巧y 1.4 with Doctrine ORM and was wondering whether it's possible to pass an array when using setFilter() as in below?
$this->setFilters(array('subcounty_id'=>$array));
Yes. It is possible for widgets like Select box
精彩评论