framework for MySQL and PHP5

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Xh

    framework for MySQL and PHP5

    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:
    Download LIZ DB for free. LIZDB is highly advanced MySQL API written in PHP5. LIZDB allows user to fetch data (variuous ways), prepare and execute statements, manage sophisticated transactions, prepare and call stored procedures and functions with in, inout, out parameters suppor


    thanks in advance
    best regards
    Lukasz Budnik

Working...