YiiDB2
Support the DB2 database in Yii Framework
protected/extensionsprotected/config/main.php, add the following:... 'components' => array( ... 'db' => array( 'connectionString' => 'ibm:DRIVER={IBM DB2 ODBC DRIVER};DATABASE=database;HOSTNAME=hostname;PORT=port;PROTOCOL=TCPIP;', 'username' => 'username', 'password' => 'password', 'class' => 'ext.yiidb2.CIbmDB2Connection', ), ... ), ...
Be the first person to leave a comment
Please login to leave your comment.