コード例 #1
0
 public function __construct($tablename)
 {
     parent::__construct();
     $this->tablename = $tablename;
 }
コード例 #2
0
ファイル: DBclass.php プロジェクト: RMMusic/first_class
 public function __construct()
 {
     parent::__construct();
     echo 'yo<br>';
 }
コード例 #3
0
ファイル: Usersql.php プロジェクト: xkeitax48/mySamples
 function __construct()
 {
     parent::__construct();
     // $this->user = new UserDao($this->pdo_obj);
     $this->task = new TaskDao($this->pdo_obj);
 }
コード例 #4
0
ファイル: UserSql.php プロジェクト: xkeitax48/mySamples
 function __construct()
 {
     parent::__construct();
     $this->member = new MemberDao($this->pdo_obj);
     $this->gender = new GenderDao($this->pdo_obj);
 }
コード例 #5
0
ファイル: Form1Operator.class.php プロジェクト: jieshiyun/own
 public function __construct()
 {
     parent::__construct();
 }