Dispatch to Controller with uppercase name
Hi i'm new to zf and I'm building a prototype to see how it works.
So far i've integrated it with smarty and made a viewRenderer to use my own Layout structure. There is one thing bugging me: I want to use default MVC structure with modules / controller / action only i don't want the Controller name to render with ucfirst(). When i am in my Admin module i would like the controllername to be uppercase (strtoupper()) like so: SPUB0201Controller.php
Where can i do this?
|