You may be asking yourself what the advantage of using a class over the built in native functions for the particular databases is in PHP. It’s a fair question. Why use a class at all, when you don’t have to? Right?
January 29th, 2008 admin Posted in classes, php Comments Off
You may be asking yourself what the advantage of using a class over the built in native functions for the particular databases is in PHP. It’s a fair question. Why use a class at all, when you don’t have to? Right?
January 27th, 2008 admin Posted in ajax, javascript, php Comments Off
So you want to make your web applications a little more life like, a little less boring, producing responses that make your web software appear in real time. My favorite way to go about doing it though, is using http calls, commonly referred to as AJAX. And while this method will do you little good at cleaning floors, it’s actually quite useful at data rendering. Read the rest of this entry »
January 27th, 2008 admin Posted in php Comments Off
Ever noticed how there aren’t any simple SQLITE data access classes on the web?
I looked everywhere for one, and couldn’t find one that was simple ans sensible. So I decided to write one.