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

