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









