设置自动添加条件
null Module_OOP_ORM::set_auto_where( array $auto_where )
参数列表 参数 类型 描述 默认值 $auto_where array $auto_where
$auto_where
array
public function set_auto_where(array $auto_where) { $this->_auto_where = $auto_where; }