SimpleMySqlPHP Package
June 12th, 2009
This simple package includes the necessary persistence classes to quickly implement your own classes with a variable number of properties. Get up and running with a new backend class and the required persistence layer in a matter of minutes.
To use this package…
1. Your PHP code must load the file “loadpackage.php”.
2. Your code should instantiate an object of class MySqlConnector. The initialization function of this class establishes a connection with your MySql server and database; modify the initialization function as necessary.
3. Your new MySqlConnector instance contains a property .sql which can write MySql queries for you as well as a function .Run that can execute queries.
4. Use the provided code generator to build a class with properties/fields you specify which already includes Save and Open functionality using SimpleMySqlPHP persistence.
Download SimpleMySqlPHP Package
The classes in this package are fully documented with descriptions of the available functions and their use.


