Beispiel #1
0
 public function __construct($value = '')
 {
     $this->_model = "computers_model";
     $this->_catid = 20;
     parent::__construct();
     # code...
 }
Beispiel #2
0
 public function __construct($value = '')
 {
     $this->_model = "office_model";
     $this->_catid = 22;
     parent::__construct();
     # code...
 }