Esempio n. 1
0
 public function __construct(&$props, $dbArray = null)
 {
     parent::__construct($props, $dbArray);
 }
Esempio n. 2
0
 function __construct()
 {
     parent::__construct("date");
 }
 public function __construct()
 {
     $this->type = 'radio';
     parent::__construct();
 }
Esempio n. 4
0
 public function __construct(&$props, $dbArray = null)
 {
     parent::__construct($props, $dbArray);
     $this->dbValue = str_replace("'", '`', $this->dbValue);
 }
Esempio n. 5
0
 public function __construct(&$props, $dbArray = null)
 {
     parent::__construct($props, $dbArray);
     // немного уменьшаем геморой...
     $this->arr = array('year' => 4, 'month' => 2, 'day' => 2);
 }
 public function __construct()
 {
     $this->type = 'text';
     parent::__construct();
 }
 public function __construct()
 {
     $this->type = 'number';
     parent::__construct();
 }
 public function __construct()
 {
     $this->type = 'checkbox';
     parent::__construct();
 }