[eluser]M4rc0[/eluser]
I have one more question!
Say i want to pass instead of many rows, just one.
That was the browse view, then i'm linking each item as follow:
Code:
<a href="index.php/movie/id_here">(...)</a>
So i click on the item and goes to show, show get's the data from db and etc
My problem is, again, passing the data to the view.
Since i have only one row, i don't need foreach, so then how to do?
I can still use foreach for only one item? Isn't there a way to use $query->name or something?
Thanks!