Support IBM/Informix Database

I usually use Oracle or mysql database

But this time, must be done in a project should use informix database

Do you have a plan of Informix Database Support?

Have you connect to informix DB ?

I’m trying to develop a support for the Informix database.

If you want to make the connection to the database, but without support ActiverRecord, you can try this:




'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',

    ),

    ...

),



http://www.yiiframework.com/extension/yiinformix/