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