Creating a routing-based menu in symfony 1.2, part 1: the structure
Tuesday, March 31st, 2009The new symfony routing system with object routes and other niceties is so useful that you might consider basing your application navigation upon it. In my following articles I want to show you how to get a fully configurable multi-level menu system based on a minimalistic yaml syntax (and you ...