From: Alex B. <en...@tu...> - 2001-05-08 19:02:19
|
>> For DB abstraction, how about the ADODB, will it be included in r2?? > > What's wrong with metabase already being used? I'd forgot about this one: it's modeled after MS's ADO for asp pages, so the code is easier to learn for former-asp-now-php devs. See http://php.weblogs.com/ADODB I had a look at the code and it was not up to snuff. The only gripes I have about metabase is manuel's use of ref'd variables in function calls (thus the allow_call_time_pass_by_reference flag) and the fact that he does not use javadoc-style commenting. These are both very minor. All that said, the libraries are extremely reliable and fast, and his documentation is complete and succinct. And of course all the new r2 tools use metabase. _alex -- alex black, ceo en...@tu... the turing studio, inc. http://www.turingstudio.com vox+510.666.0074 fax+510.666.0093 |