inwebdeveloper

Free Web Resources – inWebdeveloper

ezSQL is an open source PHP database class that I wrote a while back. It’s used on over 100k websites and is the backbone of many open source projects such as WordPress. The class makes it ridiculously easy to use mySQL, Oracle8, SQLite (PHP), within your PHP script. Includes lots of examples making it very easy to understand how to work with databases. ezSQL has excellent debug functions making it lightning-fast to see what’s going on in your SQL code. ezSQL can dramatically decrease development time and in most cases will streamline your code and make things run faster.


3 Responses so far.

  1. Attractive section of content. I just stumbled upon your blog and in accession capital to assert that I acquire actually enjoyed account your blog posts. Any way I’ll be subscribing to your augment and even I achievement you access consistently quickly.

  2. mario says:

    Not helpful. It provides no advantage over PDO. In fact it’s just yet another dull database function wrapper. It encourages old-school and security-wise precarious SQL concatenation instead of parameterized queries.

  3. abcphp.com says:

    ezSQL: Open Source PHP Database Class…

    ezSQL is an open source PHP database class that I wrote a while back. It’s used on over 100k websites and is the backbone of many open source projects such as WordPress. The class makes it ridiculously easy to use mySQL, Oracle8, SQLite (PHP), within y…