CodeIgniter 中国开发者社区's Archiver
论坛
›
新人报到&网站发布
› php输入
CI贴11512
发表于 2011-6-29 18:24:46
php输入
<?php
class Blog extends CI_Controller {
function __construct(){
parent::__construct();
$this->model();
}
function index(){
}
}
?>
CI贴11512
发表于 2011-6-29 19:49:02
不错不错,味道好极啦
页:
[1]
查看完整版本:
php输入