示例#1
0
 public function __construct($init = null, $where = '')
 {
     parent::__construct();
     $this->_objType = 'categories_registry';
     $this->_objField = 'id';
     $this->_objPath = 'categories_registry_array';
     $this->_init($init, $where);
 }
示例#2
0
 public function __construct($init = null, $where = '')
 {
     parent::__construct();
     $this->_objType = 'categories_category';
     $this->_objField = 'id';
     $this->_objPath = 'categories_category_array';
     $this->_objPermissionFilter[] = array('component_left' => 'ZikulaCategoriesModule', 'component_middle' => '', 'component_right' => '', 'instance_left' => 'id', 'instance_middle' => 'ipath', 'instance_right' => 'path', 'level' => ACCESS_READ);
     $this->_init($init, $where);
 }
示例#3
0
 function __construct($init = null, $where = '')
 {
     parent::__construct();
     $this->_objType = 'sc_intrusion';
     $this->_objField = 'id';
     $this->_objPath = 'intrusion_array';
     $this->_objJoin[] = array('join_table' => 'users', 'join_field' => 'uname', 'object_field_name' => 'username', 'compare_field_table' => 'uid', 'compare_field_join' => 'uid');
     $this->_init($init, $where);
 }