yiinformix

Support the informix database in Yii Framework
1 follower

Support the informix database in Yii Framework

Installation

  • Install yiinformix extension
  • Extract the release file under protected/extensions
  • In your protected/config/main.php, add the following:
<?php
...
  'components' => array(
  ...
    'db' => array(
      'connectionString' => 'informix:host=host;service=port;database=database;server=server;protocol=onsoctcp;CLIENT_LOCALE=en_US.utf8;DB_LOCALE=en_US.8859-1;EnableScrollableCursors=1',
      'username' => 'username',
      'password' => 'password',
      'class' => 'ext.yiinformix.CInformixConnection',
    ),
    ...
  ),
...
?>

Resources

Total 1 comment

#11723 report it
Edgard Messias at 2013/01/29 02:31pm
Who uses Informix?

Who uses Informix?

Leave a comment

Please to leave your comment.

Create extension