robregonm / YiiFirebird

Firebird Adapter for Yii 1.1.x
13 stars 8 forks source link

YiiFirebird

Firebird Adapter for Yii 1.1.x


This is an updated version of the adapter originally posted by idlesign. It has been enhanced and tested with gii from yii 1.1.9.

php 5.3.10 is required. Previous versions of PDO_Firebird do not return the number of rows affected by a dml statement.

This version is marked 1.0

Requirements

Summary of new features and fixes

FirebirdSchema

FirebirdCommandBuilder

Installation

<?php
...
  'components' => array(
  ...
    'db' => array(
      'connectionString'=>'firebird:dbname=localhost:C:\Path\To\Db\MyDB.GDB',
      'class' => 'ext.YiiFirebird.CFirebirdConnection',
    ),
    ...
  ),
...

Restriction

Some restrictions imposed by Database:

Thanks to

@idlesign, @robregonm, @edgardmessias, @mr-rfh, @mlorentz75