Comment on Rethinking Modularity in Ruby ApplicationsparentComments−onli2moSure, though even in a classic project I'm maintaining the index.php is used as entry point for a lot of suburls, which the routing hidden behind that. URL-Rewriting than hides the index.php from the URL, so that's intransparent to the user.I think the url->file matching is a good idea.
Comments
Sure, though even in a classic project I'm maintaining the index.php is used as entry point for a lot of suburls, which the routing hidden behind that. URL-Rewriting than hides the index.php from the URL, so that's intransparent to the user.
I think the url->file matching is a good idea.