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