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