I just wanted to officially announce that my first package is available for download.
I decided to release the Mysql Package first. This was done for three reasons.
- Usefulness – After using PHP for a few days everyone inevitably wants to add a database to there repertoire. Since the most common database coupled with PHP (by my calculation) is MySQL why not create a MySQL package.
- Basic – The package I created is very basic giving novices a chance to get up and running quickly, and to see what OOP is all about.
- Example of my work – I understand that if you are no longer a PHP novice you will already have a database package which you use and prefer, but by releasing this package first, you will be able to review the code quickly and determine the quality of code I produce. Hopefully this will keep you interested in my growing library.
A little about the Mysql Package:
The package is designed to provide basic functionality for connecting, querying, data retrieval, and error reporting against a MySQL database server.
The package is divided into 4 main classes (with a fifth typed exception).
Hope you all enjoy, and keep those comments coming.
Thank you.



PDF













