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

Rewriting view code in CI_PHP tutorial

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-07-13 10:08:19995browse

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...
Statement:
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