Archive for the ‘symfony’ Category

Creating a routing-based menu in symfony 1.2, part 1: the structure

Tuesday, March 31st, 2009

The 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 ...

Managing “soft” relations between PHP objects

Saturday, March 28th, 2009

Sometimes you may stumble upon the problem that you have to find related objects to other objects without actually knowing anything about the objects but their class names. In this case the best approach is to have a universal object resolver based on the fact that the objects themselves usually ...