Yiinformix ¶
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',
),
...
),
...
?>
Who uses Informix?
Who uses Informix?
I use it on one of my projects
And this extension works like a treat!!
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.