Missing Method in ArticlesController
Error:
The action news is not defined in controller ArticlesController
Error:
Create ArticlesController::news() in file: app/controllers/articles_controller.php.
<?php
class ArticlesController extends AppController {
var $name = 'Articles';
function news() {
}
}
?>
Notice:
If you want to customize this error message, create app/views/errors/missing_action.ctp.
|