PhalconPHP: SQL Server Connector

During the developing of a PhalconPHP based web application i had the necessity  (it was a project constraint) to use MS SQL Server as database. I started looking around the web and i jumped into this project, but using it i had some problem with pdo_sqlsrv driver and i had to create something (not so much) different. The result …