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