Hi,
I was badly surprised when updated ZF to 8625

I am trying to access this action
'addIndex'  - camel sized  action

in controller I have
public function addIndexAction()

but I get
string 'Action "addindex" does not exist and was not trapped in __call()' 
/(length=64)/



changing method name to
public function addindexAction()   lowercased
worked but this is so weird.

Thanks

/


/


Reply via email to