The loadfile problem of Zend_loader
I need to refer to the. \application\views\scripts\admin\index.phtml file (require_once). \application\views\scripts\ The aaa.phtml file under the Global folder. How to write the code, the manual is described. But I always follow the instructions to write out of the function, it may be my path is not written right.
The path configuration in my php.ini is include_path = "D:\php\wamp\www\framework1.1\application\views\scripts\global"
------Solution--------------------
It is not recommended to use this. does not conform to design specifications.
If you want to implement a view include file, you can use
http://blog.csdn.net/mengxiangbaidu/article/details/7584477
Iv. Regional Assistants (Partial helper)
or reasonable layout to achieve the purpose
http://blog.csdn.net/mengxiangbaidu/article/details/7669700
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.