yiinformix Support the informix database in Yii Framework

Yiinformix

  1. Installation
  2. Resources

Support the informix database in Yii Framework

Donation: Pagseguro, PayPal

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

2 0
2 followers
334 downloads
Yii Version: 1.1
License: (not set)
Category: Database
Developed by: Edgard Messias
Created on: Jan 7, 2013
Last updated: 10 years ago

Downloads

show all

Related Extensions