Thanks Miles and Euromark. Thats really helpful :)
On Friday, March 29, 2013 2:15:24 AM UTC+5:30, Soumya Ranjan sahu wrote:
>
> I have a cakephp site on bluehost. I have several contollers and some are
> named with 2 uppercase letters, i.e:- NotificationMessagesContoller.php
> while others are
Please follow conventions as documented.
If you got a controller in CamelCase (NotificationMessages), the access via
url is always underscored: /notification_messages/action_name etc
Am Donnerstag, 28. März 2013 21:45:24 UTC+1 schrieb Soumya Ranjan sahu:
>
> I have a cakephp site on bluehost.
How are you constructing the URLs? If I remember correctly, it should be
'controller' => 'notification_message'.
On Thursday, March 28, 2013 1:45:24 PM UTC-7, Soumya Ranjan sahu wrote:
>
> I have a cakephp site on bluehost. I have several contollers and some are
> named with 2 uppercase letters
I have a cakephp site on bluehost. I have several contollers and some are
named with 2 uppercase letters, i.e:- NotificationMessagesContoller.php
while others are with 1 uppercase letters, i.e:- UsersController.php
The Users controller working fine but the NotificationMessage contoller
shows p