View Single Post
Old 11-07-2007, 04:40 AM   #3 (permalink)
Andrew
The Acquainted
 
Join Date: Sep 2007
Location: Arizona
Posts: 114
Thanks: 10
Andrew is on a distinguished road
Default

Don't mind the code too much, just wrote it quick to see if it would work, and still haven't commented or anything.

MySQL Class:
http://phpfi.com/274351
Admit Class: (just noticed I had a bracket in my query by my mistake, so removed it, but didn't change anything)
http://phpfi.com/274353
Config File:
http://phpfi.com/274354

Errors when using the 'extend' route:
Warning: Missing argument 1 for MySQL::__construct(), called in C:\xampp\htdocs\AdmitSomething\config.php on line 13 and defined in C:\xampp\htdocs\AdmitSomething\includes\mysql.clas s.php on line 16

Warning: Missing argument 2 for MySQL::__construct(), called in C:\xampp\htdocs\AdmitSomething\config.php on line 13 and defined in C:\xampp\htdocs\AdmitSomething\includes\mysql.clas s.php on line 16

Warning: Missing argument 3 for MySQL::__construct(), called in C:\xampp\htdocs\AdmitSomething\config.php on line 13 and defined in C:\xampp\htdocs\AdmitSomething\includes\mysql.clas s.php on line 16

Warning: Missing argument 4 for MySQL::__construct(), called in C:\xampp\htdocs\AdmitSomething\config.php on line 13 and defined in C:\xampp\htdocs\AdmitSomething\includes\mysql.clas s.php on line 16
Send a message via AIM to Andrew Send a message via MSN to Andrew
Andrew is offline  
Reply With Quote