[Warning] include_once(PDO.php): failed to open stream: No such file or directory (@line 99 in file /home/adad1417/public_html/framework/PradoBase.php).
/home/adad1417/public_html/framework/PradoBase.php (99)
0088: */
0089: set_exception_handler(array('PradoBase','exceptionHandler'));
0090: }
0091:
0092: /**
0093: * Class autoload loader.
0094: * This method is provided to be invoked within an __autoload() magic method.
0095: * @param string class name
0096: */
0097: public static function autoload($className)
0098: {
0099: include_once($className.self::CLASS_FILE_EXT);
0100: if(!class_exists($className,false) && !interface_exists($className,false))
0101: self::fatalError("Class file for '$className' cannot be found.");
0102: }
0103:
0104: /**
0105: * @param integer the type of "powered logo". Valid values include 0 and 1.
0106: * @return string a string that can be displayed on your Web page showing powered-by-PRADO information
0107: */
0108: public static function poweredByPrado($logoType=0)
0109: {
0110: $logoName=$logoType==1?'powered2':'powered';
0111: if(self::$_application!==null)
#0 /home/adad1417/public_html/framework/PradoBase.php(99): PradoBase::phpErrorHandler(2, 'include_once(PD...', '/home/adad1417/...', 99, Array)
#1 /home/adad1417/public_html/framework/PradoBase.php(99): PradoBase::autoload()
#2 [internal function]: PradoBase::autoload('PDO')
#3 /home/adad1417/public_html/app/protected/pages/db.php(19): spl_autoload_call('PDO')
#4 /home/adad1417/public_html/app/protected/pages/db.php(27): db->__construct()
#5 /home/adad1417/public_html/app/protected/controls/masterpage.php(61): db::getInstance()
#6 /home/adad1417/public_html/app/protected/controls/masterpage.php(37): masterpage->loaddata()
#7 /home/adad1417/public_html/framework/Web/UI/TControl.php(1286): masterpage->onLoad(NULL)
#8 /home/adad1417/public_html/framework/Web/UI/TControl.php(1293): TControl->loadRecursive()
#9 /home/adad1417/public_html/framework/Web/UI/TPage.php(216): TControl->loadRecursive()
#10 /home/adad1417/public_html/framework/Web/UI/TPage.php(197): TPage->processNormalRequest(Object(THtmlWriter))
#11 /home/adad1417/public_html/framework/Web/Services/TPageService.php(522): TPage->run(Object(THtmlWriter))
#12 /home/adad1417/public_html/framework/Web/Services/TPageService.php(468): TPageService->runPage(Object(login), Array)
#13 /home/adad1417/public_html/framework/TApplication.php(1219): TPageService->run()
#14 /home/adad1417/public_html/framework/TApplication.php(408): TApplication->runService()
#15 /home/adad1417/public_html/app/index.php(27): TApplication->run()
#16 {main}