Search found 1 match

by PHPnubee
Sat Mar 07, 2009 9:35 pm
Forum: Installation and Configuration
Topic: Class 'PDO' not found in
Replies: 2
Views: 1519

Class 'PDO' not found in

Hi, I am having issues when connecting to MySQL from PHP. This is the error I get Fatal error: Class 'PDO' not found in 'xxxx' on line 4 Here's the code:   <?php Prado::using('System.Web.UI.ActiveControls.*'); Prado::using('System.Data.*');   class Home extends TPage {     public function buttonClic...