Notice (8): Undefined index:  controller [APP/app_controller.php, line 33]
IL·LUSTRE COL·LEGI D´ADVOCATS

Missing Method in NoticiesController

Error: The action llei_d is not defined in controller NoticiesController

Error: Create NoticiesController::llei_d() in file: app/controllers/noticies_controller.php.

<?php
class NoticiesController extends AppController {

	var $name = 'Noticies';


	function llei_d() {

	}

}
?>

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