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

