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