The Science
of Great Sod

click here to learn more >>>

Missing Method in ImagesController

Error: The action balls is not defined in controller ImagesController

Error: Create ImagesController::balls() in file: app/controllers/images_controller.php.

<?php
class ImagesController extends AppController {

	var $name = 'Images';


	function balls() {

	}

}
?>

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