Missing Controller
Error: PortifolioController could not be found.
Error: Create the class PortifolioController below in file: app/controllers/portifolio_controller.php
<?php
class PortifolioController extends AppController {
var $name = 'Portifolio';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
