育儿网 育儿论坛 育儿博客 宝宝主页 幼儿园 育儿问答 用户中心        欢迎您,!(登出 )

控制面板

Missing Method in PostsController

You are seeing this error because the action dongj715 is not defined in controller PostsController

Notice: this error is being rendered by the app/views/errors/missing_action.thtml view file, a user-customizable error page for handling invalid action dispatches.

Fatal: Create Method:

<?php
    class PostsController extends AppController
    {
        function dongj715()
        {

        }
    }
?>

in file : app/controllers/posts_controller.php

Error: Unable to execute action dongj715 in PostsController