thomshouse-escher / escher

Escher was a PHP MVC framework developed by Thom Stricklin from 2011-2013. Escher implemented a hybrid of Model2 MVC and PAC architectures and CMS concepts as well as plugins and configuration wizards. Development halted in 2013 in favor of Kohana and later Symfony, which closely aligned to the same design principles as Escher.
http://git.io/escher
4 stars 1 forks source link

Should static routes be allowed to define 'current' and 'parent'? #5

Closed thomshouse closed 13 years ago

thomshouse commented 13 years ago

This seems like it might be unnecesarry.

thomshouse commented 13 years ago

After thinking about it... While it might not be necessary in most cases, there is always a possiblity, and I don't see any risk in allowing this.