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