class Nb_model extends CI_Model {
public function __construct()
{
//连接数据库
$this->load->database();
}
public function get(){
//查询数据库
$query=$this->db->get('users');
//以数组形式返回查询结果
return $query->result_array();
}
}
//防止非法访问
if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class Nb extends CI_Controller {
public function __construct()
{
parent::__construct();
//加载数据模型
$this->load->model('nb_model');
}
public function index()
{
//根据数据模型获取数据
$data['nb']=$this->nb_model->get();
//加载视图文件
$this->load->view('nb',$data);
}
}
//文件末尾注释
/* End of file nb.php */
/* Location: ./application/controllers/nb.php */
<html>
<head>
<title>CI heiilo world</title>
</head>
<body>
<!--循环输出数据-->
<?php foreach($nb as $v):?>
<h1><?=$v['email']?></h1>
<?php endforeach?>
</body>
</html>
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有