I'm fairly new to CakePHP, but I can't seem to get around this problem.
I have created about a dozen models and controllers, but all
controllers with multiword names fail.
For example:
AvailabilityState in /app/models/availability_state.php
AvailabilityStatesController in
/app/components/availability_states_controller.php
Default view at /app/views/availability_states/index.thtml
With the table {$prefix}availability_states.
Accessed via http://www.example.com/availability_states/
I have read other suggestions about fixing this in PHP 4, but I don't
think that they apply to me.
I am running PHP 5.1.2, CakePHP 1.1.8.3544, on Linux, Apache/1.3.34. I
have tried it with and without the $name or $uses variables. I have not
touched the routing settings. The model, controller, and view, contain
only the bare minimum amount of code that should work (that would work
in a single-word-name version). I have read about a possible
mod_rewrite problem, but I do not have access to the .conf files.
Is there something I'm missing here??
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---