<?php class IndexController extends PHBEE { public function index () { // Try to establish the connection to the database $db = PHB_Mysql::getInstance(); } }