コード例 #1
0
 /**
  * Constructor
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->table = 'question_tag';
 }
コード例 #2
0
ファイル: Page.php プロジェクト: DCONLINE1984/surveyengine
 /**
  * Constructor
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->table = 'page';
 }
コード例 #3
0
 /**
  * Constructor
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->table = 'introduction';
 }
コード例 #4
0
ファイル: Survey.php プロジェクト: DCONLINE1984/surveyengine
 /**
  * Constructor
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->table = 'survey';
 }
コード例 #5
0
ファイル: Answer.php プロジェクト: DCONLINE1984/surveyengine
 /**
  * Constructor
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->table = 'answer';
 }