Missing Controller

Error: Index.rdfController could not be found.

Error: Create the class Index.rdfController below in file: app/controllers/index.rdf_controller.php

<?php
class Index.rdfController extends AppController {

	var $name = 'Index.rdf';
}
?>

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

このページの先頭へ戻る