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