Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->table = 'users';
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->table = 'projects';
 }
Example #3
0
 public function __construct()
 {
     parent::__construct();
     $this->table = 'slide';
 }
Example #4
0
 public function __construct()
 {
     parent::__construct();
     $this->table = 'basic_contents';
 }
Example #5
0
 public function __construct()
 {
     parent::__construct();
     $this->table = 'testimonies';
 }