Skip to content

Instantly share code, notes, and snippets.

View helpse's full-sized avatar

Sergio Melendez helpse

View GitHub Profile
@helpse
helpse / Odbc.php
Last active December 28, 2015 19:49 — forked from ceeram/Odbc.php
ODBC for DBO Modified by Sergio Melendez It works for a Linux / Apache / PHP / PDO_ODBC / ODBC / MSSQL environment The PDO driver provided by Microsoft for Linux, doesn't implement some PDO methods, you have to modify Model.php and DboSource.php as well (You can ask me for details)
<?php
/**
* ODBC for DBO
* Modified by Sergio Melendez
*
* It works for a Linux / Apache / PHP / PDO_ODBC / ODBC / MSSQL environment
* The PDO driver provided by Microsoft for Linux, doesn't implement some PDO methods,
* you have to modify Model.php and DboSource.php as well (You can ask me for details)
*
* PHP versions 4 and 5