I am trying to mimick the plugins creation that is in the cake's manual
and whatever I do I get the following message:
Fatal: Unable to load controller TestplugController
Fatal: Create Class:
<?php
class TestplugController extends AppController
{
var $name = 'Testplug';
}
?>
My structure is just like the structure which has been mentioned in the
manual,
Is something wrong with the plugins system or it is my fault?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---