Displaying 1 result from an estimated 1 matches for "staitstics".
Did you mean:
staistics
2006 Jun 13
0
Mixing dynamic and static content in routing
...node hierarchy is completely configurable by the user (adding and
removing nodes, turning node visibility on and off, reordering).
This covers most of what I want to achieve.
I will however also want to iclude in the hierarchy a few custom
controllers (a gallery, a small posting system, some staitstics). I
could "hardwire" routes to these controllers but this would make them
static in the hierarchy and I want them configurable.
So I am looking for a way to associate not only an ActiveRecord to a
node but also a whole "controller". Now, I know this is not possible,
so...