Naneau

Go dik-dik, go!

View helpers

Another post on views today. But this will be a short one. See, I believe not enough focus is put on the usefulness of view helpers. When trying to separate design from logic, I believe that all things that can be removed from a view should be.
View helpers can come in quite nicely there. [...]

Writing view scripts

A substantial part of my time I spend looking at other people’s code, for various reasons. Sometimes it’s just to figure out how others have solved a problem I am facing, and other times I’m trying to figure out why something doesn’t work. There has a growing focus on coding standards for a while now, [...]