随笔分类 -  php

php 路径别名设置
摘要:<IfModule alias_module> # # Redirect: Allows you to tell clients about documents that used to # exist in your server's namespace, but do not anymore. 阅读全文

posted @ 2016-04-18 16:48 流光易逝 阅读(438) 评论(0) 推荐(0)

php-ci 学习笔记二(mvc)
摘要:controllerclass Article extends CI_Controller{ //构造函数 public function __construct(){ parent::__construct(); //引入数据模型 $thi... 阅读全文

posted @ 2015-11-07 11:07 流光易逝 阅读(182) 评论(0) 推荐(0)

php-ci 学习笔记一
摘要:相关链接中文官网:http://codeigniter.org.cn/github:https://github.com/bcit-ci/CodeIgniter文档:http://codeigniter.org.cn/user_guide/installation/index.html配置:打开 a... 阅读全文

posted @ 2015-11-06 15:43 流光易逝 阅读(175) 评论(0) 推荐(0)

导航