[Phplib-users] informix db_ifx.inc
Brought to you by:
nhruby,
richardarcher
From: Jan P. <jan.ptacek@i.cz> - 2003-02-19 15:03:52
|
hi i've done db_ifx.inc class for phplib db abstraction layer what a pitty that it was already done by Robert Sosnowski years ago so the question is: WHY IS NOT ROBERT'S CLASS AVAILABLE IN THE DOWNLOAD PACKAGE ??? only difference is that mine version supports the seek($pos) method of abstract db api but you have to ask for scroll cursor support by setting var $Scroll_Cursor = 1; in /* public: configuration parameters */ section second thing to mention: there is implicit begin and commit work statement issued during locking/unlocking within nextid() call this can be an issue if you are using transactions anyway enjoy ptica |