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