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




Bug reporting « Mcloide’s resources library said
[...] This class uses my MySQLiHandler class that is available in my older posts. Posted in PHP, development, resources. Tags: bug, class, [...]
MySQL Handler Class « Mcloide’s resources library said
[...] I got into a situation like that today and I had to modify all my MySQLi Handler class to work this [...]