We are using the Firebird DBMS and it seems that either I'm doing
something wrong or theres some error when using the Datasources plugin in
CakePHP 2.0.4
We have tried some ways to solve this problem and currently we have:
(base is our folder name)
*Plugin path:*
/var/www/base/app/Plugin/Datasources/Model/Datasource/Database
*bootstrap.php*
CakePlugin::loadAll();
*database.php*
class DATABASE_CONFIG {
public $default = array(
'datasource' => 'Database/Firebird',
'persistent' => false,
'host' => 'localhost',
'login' => 'login',
'password' => 'pass',
'database' => '/usr/lib/firebird2/DATABASE.GDB',
'prefix' => '',
//'encoding' => 'utf8',
);
}
In the first moment we changed __cacheDescription() for _cacheDescription()
and it passed the config screen but it didn't fetched the results of sql
query it shows...
So, there's any thing missing? maybe we are following the wrong steps?
Thanks in advance...
--
Our newest site for the community: CakePHP Video Tutorials
http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others
with their CakePHP related questions.
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at
http://groups.google.com/group/cake-php