Hey Jerauf? Take a look at eloquent and collection i think it will abroad up your laravel mindset ... http://daylerees.com/codebright/eloquent
You could also accomplish this all in your MySQL query with group_concat():
SELECT GROUP_CONCAT(maintitle SEPARATOR ', ') maintitles
FROM shows_titles
WHERE showno = $id
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community