Codeigniter入门学习笔记08—url相关函数

  • 很久很久以前学习Codeigniter的笔记记录,很随意,但都是自己记录的,希望对需要的人有所帮助。
  • 本文使用word2013编辑并发布
  • Postbird | There I am , in the world more exciting!
  • Postbird personal website : http://www.ptbird.cn

    url相关函数

1、使用url辅助函数,应当加载helper

    $this->load->helper('url');

2、获取进入application 文件夹的目录

    site_url('控制器/方法');

    controllers/user.php

        

    views/user/addUser.php

    views/user/insertAccess.php

        

3、获取网站根目录

    base_url();

posted @ 2016-05-09 16:53  testnullundefined  阅读(131)  评论(0)    收藏  举报