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