SQL Server 2008 driver for CakePHP?

2010-06-22 Thread gbudiman
I've the weirdest development environment I can think of: IIS, SQL Server 2008, and PHP. I'm not going with ASP.NET or Silverlight, so please don't direct me there. I've had trouble setting up CakePHP configuration for SQL Server 2008 database. This is my configuration (CakePHP): class

Re: SQL Server 2008 driver for CakePHP?

2010-06-22 Thread Carlos Lavin
Well, you pretty much need to write a new dbo that implements the new SQL Server connections. If you look around in google there's this unfinished dbo driver with still quite a few opportunity areas, but I guess it's better than starting from scratch 2010/6/22 gbudiman wahy...@gmail.com I've

Re: SQL Server 2008 driver for CakePHP?

2010-06-22 Thread Carlos Lavin
Another problem I've come across using IIS with cake is that IIS has problems when using : in your urls, so you'll probably need to change that in cakephp's libs if you intend to use it for params 2010/6/22 Carlos Lavin carloslavi...@gmail.com Well, you pretty much need to write a new dbo that