CI中的$this->load->view_part()什么意思

WBOY
Release: 2016-06-06 20:14:22
Original
1170 people have browsed it

CI中的$this->load->view_part()什么意思?

回复内容:

CI中的$this->load->view_part()什么意思?

这不是内置的,应该是自己定义的加载方法。
内置的系统加载类是system/core/Loader.php 文件中的方法

有可能是你自己的application/core/目录下有类似的MY_Loader.php 这里面有可能定义了。

什么版本? 很久没用了 应该是个自定义的方法吧 应该不是内置的

Related labels:
php
source:php.cn
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!