选择语言 :

 Module_OOP_ORM::clear_auto_where

清除自动添加条件

null Module_OOP_ORM::clear_auto_where( )
File: ./modules/oop/orm.class.php
public function clear_auto_where()
{
    $this->_auto_where = array();
}