View Single Post
  #1 (permalink)  
Old 03-17-2008, 05:00 PM
n0miss n0miss is offline
Junior Member
 
Join Date: Mar 2008
Posts: 1
Default 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?
Reply With Quote