On Fri, Oct 30, 2009 at 03:52:34PM +0700, Dinh wrote: > I am working on a Drizzle driver for my database abstraction layer library. > Unfortunately, Drizzle PHP extension documentation is limited at this time. > I came across a set of files that can help me a bit on this task > > http://jluedke.com/drizzle/ > > However, I don't know if it is up to date. If anyone have experience on > Drizzle PHP extension APIs, please kindly let me know.
currently the PHP api is rather close to the libdrizzle C API. It'd probably be best if you extended the documentation for the C API as this pretty much would directly flow to the PHP API (apart from some slight syntactic differences). -- Stewart Smith _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

