施設紹介

Missing Controller

Error: KojinjouhouController could not be found.

Error: Create the class KojinjouhouController below in file: app/controllers/kojinjouhou_controller.php

<?php
class KojinjouhouController extends AppController {

	var $name = 'Kojinjouhou';
}
?>

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

このページの先頭へ