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.0RC3
FirebirdSchema
FirebirdCommandBuilder
protected/extensionsprotected/config/main.php, add the following:... 'components' => array( ... 'db' => array( 'connectionString' => 'firebird:dbname=localhost:C:\Path\To\Db\MyDB.GDB', 'class' => 'ext.YiiFirebird.CFirebirdConnection', ), ... ), ...
Thanks to
@idlesign, @edgardmessias, @mr-rfh, @mlorentz75
Total 2 comments
Not sure if demo is useful, but if I decide to publish one, a notification will be published here.
demo be good :)
Leave a comment
Please login to leave your comment.