예제 #1
0
파일: _db.lost.php 프로젝트: iwu/my.iwu.edu
 public function __construct()
 {
     $this->dbn = 'LostAndFound';
     parent::__construct();
 }
예제 #2
0
 public function __construct()
 {
     $this->dbn = 'Announcements';
     parent::__construct();
 }
예제 #3
0
파일: _db.php 프로젝트: ckelch/my.iwu.edu
 public function __construct()
 {
     $this->dbn = 'Portal';
     parent::__construct();
 }
예제 #4
0
 public function __construct()
 {
     $this->dbn = 'ClassifiedAds';
     parent::__construct();
 }
예제 #5
0
 public function __construct()
 {
     $this->dbn = 'mydb';
     parent::__construct();
 }
예제 #6
0
파일: _db.jobs.php 프로젝트: iwu/my.iwu.edu
 public function __construct()
 {
     $this->dbn = 'StudentJobs';
     parent::__construct();
 }