CodeIgniter 中国开发者社区's Archiver
论坛
›
CodeIgniter 问答求助
› 报道
alwinlin
发表于 2010-9-8 00:53:36
报道
<?php
class Newbie extends Controller{
function Newbie(){
parent::Controller();
}
function index(){
echo "Nice to meet you guys!";
}
}
?>
页:
[1]
查看完整版本:
报道