Missing Controller

Error: TransferController could not be found.

Error: Create the class TransferController below in file: app/controllers/transfer_controller.php

<?php
class TransferController extends AppController {

	var $name = 'Transfer';
}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp

Home | Contact me