PHP Classes

File: README

Recommend this page to a friend!
  Classes of Ángel Manso Pérez   PDO MySQL MVC   README   Download  
File: README
Role: Documentation
Content type: text/plain
Description: Readme
Class: PDO MySQL MVC
Connect and query to MySQL databases using PDO
Author: By
Last change:
Date: 7 years ago
Size: 443 bytes
 

Contents

Class file image Download
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.