[eluser]j0nxiest[/eluser]
Thanks for your answers OverZealous.
Then a question about best practises. If i have datastructure with $grannies->parent->child (all has_many), and in the Controller i'm fething all the grannies i want to show in the View, should i loop and fetch all the parents and children in the Controller, or should i just fetch the grannies in the controller, and then in the View fetch the related child items, where i would anyways loop through the collections? Small things, but i'd like to get on the right track when i'm learning a framework/layer.
You've done a great job with DMZ, thank you for that!