<?php
if (!defined('BASEPATH')) exit('No direct script access allowed');
require FCPATH.'branch/fqb/D_Admin_Home.php';
class Home extends D_Admin_Home {
/**
* 构造函数
*/
public function __construct() {
parent::__construct();
$this->content_model->where = "dianshu=10";
}
}
可以用上面的检索功能 来检索呀
{if $dianshu=10}..{/if}
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); require FCPATH.'branch/fqb/D_Admin_Home.php'; class Home extends D_Admin_Home { /** * 构造函数 */ public function __construct() { parent::__construct(); $this->content_model->where = "dianshu=10"; } }