I decided to share some php classes, I can’t imagine my work without.
- ezSQL. The author says: “ezSQL is a class that makes it ridiculously easy to use mySQL, Oracle8, SQLite (PHP), within your PHP script”. So true.
- TemplatePower. TemplatePower offers you the ability to separate your PHP code and your (HTML) layoutfile. When you get used to it, you cant imagine coding without it.
- class.upload.php. Many php applications require image upload and manipulation – like user avatars, product images, gallerys and so on. This class makes uploading, converting or resizing images really simple.
