VZKAZY
  • 29.12 Petr
  • 28.10 Petr
  • 26.03 Petr
FOTO DNE Notice (8): Undefined variable: pod [APP/views/elements/photoOfDay.ctp, line 5] /photoEvents/show//#pod"> Notice (8): Undefined variable: pod [APP/views/elements/photoOfDay.ctp, line 7] - " alt="pod.jpg">

Missing Method in UsersController

Error: The action index is not defined in controller UsersController

Error: Create UsersController::index() in file: app/controllers/users_controller.php.

<?php
class UsersController extends AppController {

	var $name = 'Users';


	function index() {

	}

}
?>

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