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