[Solar-talk] RewriteRouter port

Rodrigo Moraes rodrigo.moraes at gmail.com
Thu Oct 5 09:17:18 PDT 2006


On 10/5/06, Antti Holvikari wrote:
> I created a consept of "modules". A module is a collection of apps. An
> app extends a module in PHP level. My front controller automatically
> maps requests like /module/app to Vendor_App_Module_App. You can add
> vendors to the search stack just like the native front controller
> does. The only difference is that there's one "namespace" more to the
> basic "app consept".

Interesting. I think this is more or less related to what Travis was
talking the other day, in the "Nested controllers" discussion.

About the routing mechanism, I'm interested in something that can map
requests differently based on some configs, so we don't need to build
different front controllers, instead we configure routes to work like
we want.

rodrigo


More information about the solar-talk mailing list