I would like to know how can I fix this..
When a user enter with "aboutClass", Cakephp inform this error "about_class.ctp was not found"
There is a way to set in run time "aboutClass" like "aboutClass.ctp" or "aboutclass.ctp" without lowercase function in php?
Sorry my english.. Thanks in advance ^^
As Mark stated you will have to use
about_class.ctpThe documentation says, "the conventional view file name is the lowercased and underscored version of the action name." I don't know if this behavior can be changed but I would suggest you stick with the convention.
http://book.cakephp.org/2.0/en/controllers.html for more details.