I\'m writing a basic plugin for my cakePHP 2.x app following the instructions in the book.
I\'ve created the directory/file structure with a MyPluginAppController.ph
Rename this file
app/Plugin/MyPlugin/View/MyModel/admin_index.php
To this extension .ctp
.ctp
app/Plugin/MyPlugin/View/MyModel/admin_index.ctp
This is a common mistake.