-- Muhammad Ali <imjob....@live.com> wrote
(on Wednesday, 15 July 2009, 02:43 AM +0100):
> I have ACL plugin to restrict different controllers and User controller have
> action called changePasswordAction. I can get to action using /user/
> change-password/ and it works fine, but before while i am constructing my Acl
> action name comes as change-password rather changePassword.
>  
> Is this how it should work?

Yes. The URL representation is what is passed via the request object.
The dispatcher maps hyphenated-names to camelCase.

-- 
Matthew Weier O'Phinney
Project Lead            | matt...@zend.com
Zend Framework          | http://framework.zend.com/

Reply via email to