Пример #1
0
 public function __construct(&$props, $dbArray = null)
 {
     parent::__construct($props, $dbArray);
 }
Пример #2
0
 function __construct()
 {
     parent::__construct("date");
 }
 public function __construct()
 {
     $this->type = 'radio';
     parent::__construct();
 }
Пример #4
0
 public function __construct(&$props, $dbArray = null)
 {
     parent::__construct($props, $dbArray);
     $this->dbValue = str_replace("'", '`', $this->dbValue);
 }
Пример #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();
 }