ActionCam

Missing Controller

Error: Text-4Controller could not be found.

Error: Create the class Text-4Controller below in file: app/controllers/text-4_controller.php

<?php
class Text-4Controller extends AppController {

	var $name = 'Text-4';
}
?>

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


12345678910111213141516