Missing Controller

Error: ServiceMovieController could not be found.

Error: Create the class ServiceMovieController below in file: app/controllers/service_movie_controller.php

<?php
class ServiceMovieController extends AppController {

	var $name = 'ServiceMovie';
}
?>

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

このページの先頭へ戻る