CodeIgniter框架视图中如何加载视图-创新互联

这篇文章将为大家详细讲解有关CodeIgniter框架视图中如何加载视图,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。

创新互联建站主要从事网站制作、成都网站制作、网页设计、企业做网站、公司建网站等业务。立足成都服务平安,十年网站建设经验,价格优惠、服务专业,欢迎来电咨询建站服务:18982081108

具体如下:

CI做为php的一个轻量级框架,其自身具备很多优点,在此我重点想说的是视图中加载视图。

1:在Application\config\database.php文件中设置好CodeIgniter 数据库变量之后,紧接着在Application\config\config.php文件中设置基础 URL。例如我的基础 URL 是:http://localhost/codeigniter/

2:接下来创建默认的控制器与视图,创建控制器的目录为:application\controllers\ 文件夹内,创建一个名为 student.php 的控制器。并在 application\config\routes.php 内将其设置为默认控制器。

Controller->student.php

class Student extends CI_controller{
  public function __construct(){
    parent::__construct();
  }
  public function index(){
    $date['title']="Classroom:Home Page";
    $date['headline']="Welcome to the Classroom Management System";
    $date['include']="Student_index";
    $this->load->view('template',$date);
  }
}

views->template.php





<?php echo $title;?>


load->view($include);?>

view->student_index.php

Congratulations.Your initial setup is complate!

如果你访问:http://localhost/CodeIgniter/index.php/student/index

the result will output:

Welcome to the Classroom Management System
Congratulations.Your initial setup is complate!

关于“CodeIgniter框架视图中如何加载视图”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,使各位可以学到更多知识,如果觉得文章不错,请把它分享出去让更多的人看到。


网站名称:CodeIgniter框架视图中如何加载视图-创新互联
本文地址:http://bzwzjz.com/article/jheod.html

其他资讯

Copyright © 2007-2020 广东宝晨空调科技有限公司 All Rights Reserved 粤ICP备2022107769号
友情链接: 成都商城网站制作 定制级高端网站建设 手机网站建设 网站设计公司 专业网站建设 网站制作 成都网站建设 专业网站设计 公司网站建设 重庆手机网站建设 成都营销网站制作 营销型网站建设 泸州网站建设 自适应网站设计 成都模版网站建设 外贸网站建设 移动网站建设 高端网站设计推广 响应式网站建设 成都网站设计 手机网站制作 成都定制网站建设