ActionCam

Missing Controller

Error: VideaController could not be found.

Error: Create the class VideaController below in file: app/controllers/videa_controller.php

<?php
class VideaController extends AppController {

	var $name = 'Videa';
}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp


12345678910111213141516