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



