Missing Controller
Error: YourBill.shtmlController could not be found.
Error: Create the class YourBill.shtmlController below in file: app/controllers/your_bill.shtml_controller.php
<?php
class YourBill.shtmlController extends AppController {
var $name = 'YourBill.shtml';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
