<script>ec(2);</script>
将从官方网上下载下来的ZendFramework-1.0.3,一试,发现不行,
较ZendFramework-1.0.2一比
原来是改动了一些如:
function __autoload($class){
Zend_Loader::loadClass($class);
}
已经不能再用,报错找不了控制器。
现在用的是:
Zend_Loader::registerAutoload(); //自动加载类,使用时,直接实例化使用
其它的都没有什么变,我就不多说了!
带上一网址:
http://www.diybl.com/course/4_webprogram/php/phpshil/200727/12436_3.html
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