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