close

Error: LifeController could not be found.

Missing Controller

<?php
class LifeController extends AppController {

var $name = 'Life';
}
?>

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

Error: Create the class LifeController below in file: app/controllers/life_controller.php


文章出自: http://n.yam.com/cna/life/20140722/20140722438092.html