[PHP] PHP PDO functions

2005-11-16 Thread Yonatan Ben-Nes

Hi all,

After searching for a framework which work with PostgreSQL  PHP I've 
found Framewerk (http://svn.framewerk.org/) which seem to fit my needs, 
the only problem that I've found is that it use the PDO functions.


Now maybe I'm wrong but I understood that database abstraction layers 
like PEAR::DB got their disadvantages, does PDO got disadvantages also 
compared for using specific pg_ functions?


Thanks in advance,
  Yonatan Ben-Nes

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP PDO functions

2005-11-16 Thread Curt Zirzow
On Wed, Nov 16, 2005 at 07:29:18PM +0200, Yonatan Ben-Nes wrote:
 Hi all,
 
 After searching for a framework which work with PostgreSQL  PHP I've 
 found Framewerk (http://svn.framewerk.org/) which seem to fit my needs, 
 the only problem that I've found is that it use the PDO functions.
 
 Now maybe I'm wrong but I understood that database abstraction layers 
 like PEAR::DB got their disadvantages, does PDO got disadvantages also 
 compared for using specific pg_ functions?

If you are using the framework I'm not sure how it talks to a
database matters.

Curt.
-- 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php