zf 初学的有关问题

WBOY
Release: 2016-06-13 09:58:55
Original
796 people have browsed it

zf 初学的问题。
例子里面有一个 要require template.inc
include_once 'template.inc';
$tpl = new Template();
结果文件没有找到,我下的zf 是1.11 的,请问,这个template.inc 在哪???

------解决方案--------------------
你的例子哪里来的

zf里并不推荐直接 require 的方式

比较旧的有 loadClass loadFile两个静态方法。

一般建议使用 helper 和 自定义命名空间的方法。

暂时没有发现 zend 中使用 x.x 来命名的,后缀除外。

楼主可以发段代码出来看看
------解决方案--------------------

探讨

谢谢,例子是官网给的,没管这些了,自己写了一个template.inc 楼上的朋友很有耐力,多少年了,一直致力于这个论坛上耕耘。谢谢了。
Related labels:
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