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