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