CodeIgniter 中国开发者社区's Archiver
论坛
›
CodeIgniter 问答求助
› blog.php 文件
mfhedy
发表于 2008-5-30 16:13:44
blog.php 文件
system/application/controllers 新建一个 blog.php 文件::
<?php
class Blog extends Controller
{
function index()
{
echo "come blog";
}
}
?>
但显示出问题
怎么处理???
mfhedy
发表于 2008-5-30 16:30:26
我终于明白。:) :)
Hex
发表于 2008-5-30 16:36:35
明白了?说说怎么解决的。
页:
[1]
查看完整版本:
blog.php 文件