Note: You are viewing this site without it's intended layout and design. This is either because your browser has ignored the stylesheet or you have an outdated web browser that doesn't support W3C Web Standards. In this case we suggest upgrading to a modern, standards–compliant web browser.

코리아타운 KoreaTown



Missing Method in ItemsController

Error: The action items is not defined in controller ItemsController

Error: Create ItemsController::items() in file: app/controllers/items_controller.php.

<?php
class ItemsController extends AppController {

	var $name = 'Items';


	function items() {

	}

}
?>

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

Advertisement

Advertisement