Good point. I'm getting this error using your code though:
Missing controller
You are seeing this error because controller ColorsController could not
be found.
Notice: this error is being rendered by the
app/views/errors/missing_controller.thtml view file, a
user-customizable error page for handling invalid controller
dispatches.
Fatal: Unable to load controller ColorsController
Fatal: Create Class:
<?php
class ColorsController extends AppController
{
var $name = 'Colors';
}
?>
in file : app/controllers/colors_controller.php
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---