Missing Method in LampsController

Error: The action 1 is not defined in controller LampsController

Error: Create LampsController::1() in file: app/controllers/lamps_controller.php.

<?php
class LampsController extends AppController {

	var $name = 'Lamps';


	function 1() {

	}

}
?>

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

Nach oben