Esempio n. 1
0
 /**
  * Constructor
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->table = 'question_tag';
 }
Esempio n. 2
0
 /**
  * Constructor
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->table = 'page';
 }
Esempio n. 3
0
 /**
  * Constructor
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->table = 'introduction';
 }
Esempio n. 4
0
 /**
  * Constructor
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->table = 'survey';
 }
Esempio n. 5
0
 /**
  * Constructor
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->table = 'answer';
 }