Posts filed under “General”

SQL Server 2005 and CakePHP

Thought I would share the fruits of my labor from trying to get PHP, specifically CakePHP, to connect to a instance of SQL Server 2005 Express. From some initial searches, the only example I found specific to the CakePHP configuration in databases.php used ADOdb. I dowlnoaded the ADOdb library and placed it in the app/vendors [...]