Notice (8): Undefined variable: h2 [APP/views/layouts/default.ctp, line 36]

メンテナンストップ

Missing Method in DivisionsController

Error: The action etc_page is not defined in controller DivisionsController

Error: Create DivisionsController::etc_page() in file: app/controllers/divisions_controller.php.

<?php
class DivisionsController extends AppController {

	var $name = 'Divisions';


	function etc_page() {

	}

}
?>

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

ページの先頭へ