CakePHP 3.x: Spread $conn to associated Tables during Eager Load -
well have several databases same tables. being used in way design, separate continent information. need change dynamically connection depends on user server requested.
initially using this:
$conn = connectionmanager::get($server);
$this->connection($conn);
but, of course, change not spread associated tables.
how accomplish this?
here soluction , alternative approach owner of cakephp
Comments
Post a Comment