Hi I was going to start a new project using CakePHP and that was the first time I was going to use it with PostgreSQL. The only way to connect to PostgreSQL on my server is pdo_pgsql library. I examined datasources/* in cake/ and was surprised that there is no way to configure CakePHP to use PDO. Instead of PDO CakePHP has a bunch of its own wrappers to work with different data sources.
I hope I have missed something and there is some magic way to make CakePHP work with pdo_pgsql (without coding my own wrapper for it or recompiling PHP). Thank you in advance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
