1 (edited by foxmask 2007-11-03 11:05)

Topic: PHP5 with PDO / Database Abstration / None of them ?

Hi all
If you code in PHP 5 ; do you use

1) a PDO (data-access abstraction layer)
2) a Database Abstraction (your own / an exists one : which one ?)
3) none, just the provided php class.


finally : have you make some tests with each of them to make your choice ?

thanks you for yours responses

Re: PHP5 with PDO / Database Abstration / None of them ?

PDO

Re: PHP5 with PDO / Database Abstration / None of them ?

I am coding with codeignitor framwork now, they use their own.

Otherwise i just go for native functions.

Re: PHP5 with PDO / Database Abstration / None of them ?

2.