I am using
$xcrud = Xcrud::get_instance()
$xcrud->connection(DATABASE_USER,DATABASE_PASSWORD,DATABASE_NAME);
but xcrud is using the default connection data from xcrud_config.php
I thought "connection" was supposed to override the default connection.
$xcrud = Xcrud::get_instance()
$xcrud->connection(DATABASE_USER,DATABASE_PASSWORD,DATABASE_NAME);
but xcrud is using the default connection data from xcrud_config.php
I thought "connection" was supposed to override the default connection.