Show in Twig file a Mysql Join
Created 5 years ago by pcosta94How do I execute a Mysql Join to show the info in the twig template file? I´m doing the module tutorial and I want to do a join to show more info about videos.
How do I execute a Mysql Join to show the info in the twig template file? I´m doing the module tutorial and I want to do a join to show more info about videos.
You can use
join
on theentries
function chain just like you would a Laravel query builder.entries(namespace, slug).join(table, on, operator, value).get()