Sorry if this has been asked already but I have a controller that is 
uppercase camelcase and when I create a form, the controller part of the 
action for the form is not camelcase. Instead cake separates the camelcase 
controller with an underscore and all lowercase. For example: my controller 
could be CamelCases but then in the form's action the controller would be 
camel_case. I figured that cake would make the form's controller 
"camelCase". Currently I'm just assigning the action via the url option for 
the create form but I'm I doing something wrong? I figured that cake would 
know that the controller needs to be camelcased unless I'm going about 
things in the wrong way.

Thanks for any help.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to