It works fine now! Thanks for your help. adler medrado
2007/1/20, Matthew Weier O'Phinney <[EMAIL PROTECTED]>:
-- Adler Medrado <[EMAIL PROTECTED]> wrote (on Saturday, 20 January 2007, 06:47 PM -0200): > I think i am experiencing problems with the Router. > If i call for example a controller called UserProfiler in the previows version > (0.6) it looks for the UserProfilerController.php but if i do this using the > newer version, it looks for the UserprofilerController and don't find this. > > Am i doing something wrong or it is really a problem? CamelCasing has always been supported, but URLs are normalized first to lowercase. Use a '-' or '.' character between words that need to be camel cased: /user-profiler/request /user.profiler/request each map to UserProfilerController::requestAction(). -- Matthew Weier O'Phinney PHP Developer | [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/
-- adler medrado Nesher Technologies BrasÃlia, DF, Brasil. http://www.neshertech.net http://adler.neshertech.net