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.


