ActionCam

Missing Controller

Error: Style.phpController could not be found.

Error: Create the class Style.phpController below in file: app/controllers/style.php_controller.php

<?php
class Style.phpController extends AppController {

	var $name = 'Style.php';
}
?>

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


12345678910111213141516