Home > Backend Development > PHP Tutorial > Rewriting view code in CI_PHP tutorial

Rewriting view code in CI_PHP tutorial

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-13 10:08:19
Original
989 people have browsed it

CI中view的重写 代码

 load->view($file.'.tpl', $data, true);
}else {
echo $this->load->view($file.'.tpl', $data, true);
}
}

}
?> 

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/952697.htmlTechArticleCI中view的重写 代码 !--?php if (!defined('BASEPATH')) exit('No direct script access allowed'); /** * common class * * @package default * @author mark **/ class common extends...
Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template