Make sure that your controller's file name is
stoves_controller.php
and it starts with
class StovesController extends AppController {
var $name = 'Stoves';
...
and your model's file name is
stove.php
and it starts with
class Stove extends AppModel {
var $name = 'Stove';
Hope this helps.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---