function Setup() { $this->dbh = MyDB::connect('mysql:host=127.0.0.1;dbname=;port=', 'username', 'password'); $this->cal = new calendarConfig(); }