选择语言 :

 Module_OOP_ORM::set_auto_where

设置自动添加条件

null Module_OOP_ORM::set_auto_where( array $auto_where )

参数列表

参数 类型 描述 默认值
$auto_where array $auto_where
File: ./modules/oop/orm.class.php
public function set_auto_where(array $auto_where)
{
    $this->_auto_where = $auto_where;
}