2014-11-13 fuelphp - Like検索 FuelPHP Tweet ORMでLIKE検索するのは、下記のようにする。 $options = array( 'where' => array( array('name', 'LIKE', "%$name%") ) );