Ejemplo n.º 1
0
 function setDefaults()
 {
     $this->search = 0;
     $this->compulsory = 0;
     $this->categoryfilter = 0;
     $this->status = 1;
     $this->validate_type = null;
     $types = CustomFieldsFactory::getFieldTypesList();
     $this->ftype = $types[0];
     $pages = CustomFieldsFactory::getPagesList();
     $this->page = $pages[0];
 }