Example #1
0
	public function __construct() {
		//$this->getLibrary('Config');
		$this->helper('misc');
		self::$_driver = $this->lib('databases/Databases')->getCurrentDb();
	}