Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.5.1
-
Fix Version/s: 1.5.2
-
Component/s: Zend_Controller
-
Labels:None
-
Language:English
Description
In the note titled CamelCasedNamingConventions at
http://framework.zend.com/manual/en/zend.controller.basics.html
the discussion is talking about camelCased controller and action names,
but the controller name is MixedCased instead of camelCased.
So, change:
FooBarController::bazBatAction()
to
fooBarController::bazBatAction()
Although it's a minor change, it is the topic of the note...
I don't see this problem on the page supplied. Maybe it's been fixed already?