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