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