linkable
linkable copied to clipboard
Linkable behavior is the intelligent friend of Containable behavior. It will re-setup your associations on the fly when you require to join more than one association in the same query
Not sure if I am doing something wrong but I can't get Linkable v1.1.1 to work with aliased associations. Since I have many cross linked tables, I must use association...
It seems that the 'joins' syntax only supports specifying other databases by writing them manually into the 'table' field, for example: 'table' => 'other_db.users' Linkable does not inject the database...
I will write a PR to fix this issue