Missing Method in PortfolioItemsController

Error: The action view is not defined in controller PortfolioItemsController

Error: Create PortfolioItemsController::view() in file: app/controllers/portfolio_items_controller.php.

<?php
class PortfolioItemsController extends AppController {

	var $name = 'PortfolioItems';


	function view() {

	}

}
?>

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

Click here to view samples of Our Work