NYCPHP Meetup

NYPHP.org

[nycphp-talk] Good DB abstraction layer

Ajai Khattri ajai at bitblit.net
Wed Sep 30 11:51:07 EDT 2009


On Wed, 30 Sep 2009, Greg Rundlett (freephile) wrote:

> For example, since I may also develop OpenOffice applications that
> interact with the PostgreSQL database through an ODBC driver, I am
> thinking using the PDO ODBC [2] driver to connect to MSSQL might also
> be better than using the 'experimental' MSSQL driver.  I would like to
> avoid using specific extensions if possible (i.e. MSSQL extensions to
> PHP) since I'd like the code to be more cross-platform, simple, and
> easy.

Are you plannng to use the ORM layers in symfony? If you do, then you will 
have to use PDO.



-- 
Aj.




More information about the talk mailing list