SmartyPants and ProBlog
PermalinkBob

In Magic Yogurt the area class extension is a very safe approach.
Which works best all depends on the context.
Bob
From a pure MVC point of view, should the logic for "magic" be in the model or in the controller? Ideally, I would have thought in the controller.
Is there a concrete5 best practice?
Bob
- is the outcome cacheable?
- what happens if it is cached?
- does it depend on who the user is?
- can it change with iterations within a list?
- does it change with time?
Back to the original title, if you look inside the views and templates for pro blog, you will see where magic data is applied within it.