예제 #1
0
 protected static function _in_table($column, $class = null)
 {
     return DBSchema::in(static::_class_to_table($class), $column);
 }