README
This class is GNU. You need to config MySQLConfig.php with your mysql information.
The main class MySQL.php make the queries to the mysql database.
If you want to add more classes, like ExampleClass.php, just do "extends MySQL to make the function "query" accesible.
The last point is to include your "ExampleClass.php" into a php file and call the methods you want.
You can manage arrays and such more. Now is version 1.
|