施設紹介

Missing Controller

Error: ShisetsuController could not be found.

Error: Create the class ShisetsuController below in file: app/controllers/shisetsu_controller.php

<?php
class ShisetsuController extends AppController {

	var $name = 'Shisetsu';
}
?>

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

このページの先頭へ