用户
 找回密码
 入住 CI 中国社区
搜索
楼主: maliang47
收起左侧

Codnignter2.0最新中文手册(目录、索引以及搜索都已经中文化)

    [复制链接]
发表于 2011-11-19 11:15:05 | 显示全部楼层
楼主辛苦了,感谢
发表于 2011-11-19 12:32:43 | 显示全部楼层
支持,感谢楼主的贡献
发表于 2011-11-29 14:43:06 | 显示全部楼层
常见主题——》控制器——》代码(缺少一个))

function _remap($method, $params = array())
{
    $method = 'process_'.$method;
    if (method_exists($this, $method))
    {
        return call_user_func_array(array($this, $method), $params);
    }
    show_404();
}
发表于 2011-11-30 16:55:45 | 显示全部楼层
感谢楼主
发表于 2011-12-14 10:56:02 | 显示全部楼层
感谢楼主分享
发表于 2011-12-23 10:04:35 | 显示全部楼层
谢谢楼主!这样更方便了
发表于 2011-12-23 12:13:08 | 显示全部楼层
谢谢,楼主的分享····
发表于 2012-1-3 11:11:23 | 显示全部楼层
謝謝分享{:soso_e113:}
发表于 2012-1-3 21:28:23 | 显示全部楼层
感谢楼主
发表于 2012-1-5 20:24:02 | 显示全部楼层
内流满面,谢谢~

本版积分规则