public function __construct($data)
 {
     $this->conditions = array();
     $this->mapping = array('mainfacetterm' => NULL, 'secfacetterm' => NULL, 'id' => NULL, 'name' => NULL, 'description' => NULL, 'owner' => NULL, 'group' => NULL, 'institution' => NULL, 'access' => NULL, 'ctime' => NULL, 'sort' => NULL);
     parent::__construct($data);
 }
 public function __construct($data)
 {
     $this->conditions = array('deleted' => 0);
     $this->mapping = array('mainfacetterm' => NULL, 'secfacetterm' => NULL, 'id' => NULL, 'subject' => NULL, 'body' => NULL, 'access' => NULL, 'ctime' => NULL, 'sort' => NULL);
     parent::__construct($data);
 }
 public function __construct($data)
 {
     $this->conditions = array('deleted' => 0, 'hidden' => 0);
     $this->mapping = array('mainfacetterm' => NULL, 'id' => NULL, 'name' => NULL, 'description' => NULL, 'grouptype' => NULL, 'jointype' => NULL, 'access' => NULL, 'ctime' => NULL, 'sort' => NULL);
     parent::__construct($data);
 }
Exemplo n.º 4
0
 public function __construct($data)
 {
     $this->conditions = array('active' => 1, 'deleted' => 0);
     $this->mapping = array('mainfacetterm' => NULL, 'id' => NULL, 'email' => NULL, 'username' => NULL, 'firstname' => NULL, 'lastname' => NULL, 'preferredname' => NULL, 'institutions' => NULL, 'access' => NULL, 'ctime' => NULL, 'sort' => NULL);
     parent::__construct($data);
 }