예제 #1
0
 public function __construct($sName)
 {
     parent::__construct($sName, "FlexiTableField");
     $this->label = $sName;
 }
예제 #2
0
 public function __construct($sName, $sTable = "")
 {
     parent::__construct($sName, "FlexiTable");
     $this->sTableName = empty($sTable) ? $sName : $sTable;
     $this->aChild["field"] = array();
 }