예제 #1
0
 function __construct($record = null, $isSingleton = false)
 {
     $this->Size = 32;
     $this->MinLength = 1;
     $this->MaxLength = 32;
     $this->Rows = 1;
     parent::__construct($record, $isSingleton);
 }
 public function __construct($record = null, $isSingleton = false, $model = null)
 {
     parent::__construct($record, $isSingleton, $model);
 }