예제 #1
0
파일: select_class.php 프로젝트: kuaa59/www
 public function __construct()
 {
     parent::__construct(DataBase::getDBO());
 }
예제 #2
0
 /**
  * {@inheritdoc}
  */
 public function getAttributeSettingNames()
 {
     return array_merge(parent::getAttributeSettingNames(), array('select_id', 'select_where'));
 }