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