Example #1
0
 public function __construct($tablename)
 {
     parent::__construct();
     $this->tablename = $tablename;
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     echo 'yo<br>';
 }
Example #3
0
 function __construct()
 {
     parent::__construct();
     // $this->user = new UserDao($this->pdo_obj);
     $this->task = new TaskDao($this->pdo_obj);
 }
Example #4
0
 function __construct()
 {
     parent::__construct();
     $this->member = new MemberDao($this->pdo_obj);
     $this->gender = new GenderDao($this->pdo_obj);
 }
Example #5
0
 public function __construct()
 {
     parent::__construct();
 }