Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 614 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 614 Bytes

PHP Tools

A small collection of PHP classes that I use frequently.

Maps Class

This is a PHP class for easily creating google maps with points, circles or grid cells. It can handle many points with minimal effort, and can be set up to interface with a database.
Some examples:

Database Class

A PHP class to make interfacing with MySQL databases easier. Does much of the heavy lifting and also provides some security if prepared statements are used.