Wednesday 12 November 2008 6:05:55 pm
I have a custom extension that needs to connect to a database on a different server. I can create a new database connection file based on ezdb.php and just modify it to grab the settings from the extensions site.ini, but the problem I have is that all my classes extend eZPersistentObject and my data type extends eZDataType. Obviously those classes just include the the standard call to eZDB::instance() as well as those classes include other classes. I am stuck as I don't see a simple way of achieving what I am after.....any help/ideas appreciated!
|