spadefoot / kohana-orm-leap

An ORM module for the Kohana PHP framework that is designed to work with all major databases.
http://spadefoot.github.io/kohana-orm-leap/
100 stars 25 forks source link

Updated Open Function #106

Closed saruman closed 10 years ago

saruman commented 10 years ago

I'm updating the open function because I'm using two diferent servers, one for development (windows) and the other for production (linux). The extension sqlsrv doesn't work on linux, so I use dblib to work with MsSQL on Linux. I also added an condition to detect if the extension is loaded or not, because the connection string is different. Hope this helps to someone.