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