Hi friends, I'm evaluate chronoconnectivity. I read one post in forum about this, but i'm newbie and i dont know in what file I have put the next code:
Can anybody help me please?
thanks a lot
<?php
$options = array(
'host' => 'xxx',
'user' => 'xxx',
'password' => 'xxx',
'database' => 'xxx',
'prefix' = 'xxx',
'select' => true
);
$db2 =& new JDatabaseMySQL($options);
?>
Can anybody help me please?
thanks a lot
Hi spider_cadiz,
What are you actually trying to do here?
ChronoConnectivity is designed to work with the current Joomla! database. You could probably hack it to work with an external database but that might not be the best approach.
Bob
What are you actually trying to do here?
ChronoConnectivity is designed to work with the current Joomla! database. You could probably hack it to work with an external database but that might not be the best approach.
Bob
Hello,
This may not be an easy hack, the configuration page and the frontend class will need to be changed, I will "try" to add this to the next version.
Regards,
Max
This may not be an easy hack, the configuration page and the frontend class will need to be changed, I will "try" to add this to the next version.
Regards,
Max
This topic is locked and no more replies can be posted.