REGISTRATE
Recuperar Clave

Missing Method in PueblosController

Error: The action www.CalendarioPR.com is not defined in controller PueblosController

Error: Create PueblosController::www.CalendarioPR.com() in file: app/controllers/pueblos_controller.php.

<?php
class PueblosController extends AppController {

	var $name = 'Pueblos';


	function www.CalendarioPR.com() {

	}

}
?>

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