RE: [PHP-DEV] database abstraction layers [from: MySQL feature/bug]

2001-02-01 Thread Marc Boeren
Hi, >I need to spend some time with the Zend API to see if it's really worth it >for my time to go about doing it, but yes, I am very much considering >turning it into C. >I've really been hoping that someone was going to take an intermediately >complex Zend extension and put together a how-to

RE: [PHP-DEV] database abstraction layers [from: MySQL feature/bug]

2001-02-01 Thread Marc Boeren
> do a search on Google for SQL Relay ... I have (just now), but it seems to do a great deal more than I have in mind (plus it needs daemons running that only run on linux/unix-like systems) and it uses it's own database functions instead of the modules that are already available to PHP... Che

Re: [PHP-DEV] database abstraction layers [from: MySQL feature/bug]

2001-01-31 Thread clayton collie
Marc, do a search on Google for SQL Relay ... "Marc Boeren" <[EMAIL PROTECTED]> wrote in message 7BE0F4A5D7AED2119B7500A0C94C58AC094C46@DELLSERVER">news:7BE0F4A5D7AED2119B7500A0C94C58AC094C46@DELLSERVER... > I know, but this is done in php-script, not as a php-module... wouldn't a > php-modul

RE: [PHP-DEV] database abstraction layers [from: MySQL feature/bug]

2001-01-31 Thread Marc Boeren
>there exists a db abstraction layer in the PEAR (pear.php.net) I know, but this is done in php-script, not as a php-module... wouldn't a php-module be more efficient (faster?) and less hassle to use for people (php compiled with dbal-module and eg mysql-module, users just type $handle=dbal_conn