linkable icon indicating copy to clipboard operation
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

Results 5 linkable issues
Sort by recently updated
recently updated
newest added

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...

enhancement