php mysql class

ruturajv said:
constructor should be
Code:
 function __construct(....)
or as in php4 it could be...

Code:
function mysql(...)
//the same name of the class
 
Back
Top