Mcloide's resources library

A whole bunch of ideas, concepts, PHP development and so on.

MySQLi Handler Class

Posted by mcloide on August 29, 2008

Last year I have created a mysqli class to wrap’s it’s most basic methods and encapsulate the whole database layer providing a little bit more of security. I have always felt that were some items on that class that could be re-written and improved, so I have re-created the MySQLi Handler class.

It’s a wrapper for the mysqli methods and query constructor with pagination. It make simplier to work with the daily sql statements in a fast wizard way.

It’s not a Zend Framework Database Manager, but hey, if you cant use Zend Framewor or Pearl DbManager, it might help you.

As a note, for the next version it might have some AJAX methods attached for the pagination process.

Anyway the class is under GNU General Public License and you can download it here

2 Responses to “MySQLi Handler Class”

  1. [...] This class uses my MySQLiHandler class that is available in my older posts. Posted in PHP, development, resources. Tags: bug, class, [...]

  2. [...] I got into a situation like that today and I had to modify all my MySQLi Handler class to work this [...]

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>