|
Posted by Xh on 09/20/06 21:18
Hi All,
I'd like to ask you for comments on my LIZ DB framework.
LIZ DB is a small framework written in PHP5 based on MySQLi extension.
LIZ DB supports:
- fetching data in various ways (Select, SelectOne, SelectColumn)
- prepare and execute statements (Java like style setParameter(1,
$param) etc.)
- manage sophisticated transactions - commits, rollbacks, savepoints
- prepare and call stored procedures and functions with in, inout, out
parameters support
- query logging
If you'll find some time, please try it out and say what you think of
it.
Source code and examples can be found on:
http://sourceforge.net/projects/lizdb
thanks in advance
best regards
Lukasz Budnik
Navigation:
[Reply to this message]
|