Databasic v2.3.2

A basic wrapper class for the MySQL database engine. Contains methods for connecting to a database, fetching and returning results, building insert and update queries, optimization and more.

Blog entries within "Scripts"

It seems the most recent version of my Databasic class had a few problems in it. I left some code in there (echos and comments) that was used while I was testing, and I forgot to revert it. I want to thank Tanax for sending me an email and pointing it out. To everyone else, please download the latest version (1.10.3) and be sure to email me if you find any problems. Continue reading...
Commentia v1.2 is now official released. This version comes with a settings system, in which you define in the model instead of editing the file manually. Continue reading...
I have just released a new version of my MySQL database class, Databasic. This new version fixes a few issues with binds, MySQL functions and little bugs here and there. I have also added an "takes x seconds to execute the query" to every query in debug mode, no idea why I didn't add it before! Continue reading...
So it has taken me nearly a year to get to this point. Over the past year I have been building some very advanced php classes and scripts that I wish to release as open-source. The types of scripts range from database handlers, template engines, form validation and cleaning, session management, CakePHP components and behaviors, so on and so forth. For the time being I'm releasing 3 scripts that I deemed "stable" and "complete". I hope you love them and get as much use out of them as I have. Continue reading...