开发者社区> 问答> 正文

yaf,smarty问题? 400 报错

yaf,smarty问题? 400 报错

@雪候鸟 你好,想跟你请教个问题:

Warning: Yaf_Loader::autoload(): Failed opening script D:\www\yaf/application/\library\Smarty\Internal\TemplateCompilerBase.php: 
No such file or directory in D:\www\yaf\application\library\Smarty\sysplugins\smarty_internal_smartytemplatecompiler.php on line 24 
Warning: Yaf_Loader::autoload(): Failed opening script D:\www\yaf/application/\library\Smarty\Internal\Templatelexer.php:  No such file or directory in D:\www\yaf\application\library\Smarty\sysplugins\smarty_internal_smartytemplatecompiler.php on line 95 

Warning: Yaf_Loader::autoload(): Failed opening script D:\www\yaf/application/\library\Smarty\Internal\Templateparser.php:  No such file or directory in D:\www\yaf\application\library\Smarty\sysplugins\smarty_internal_smartytemplatecompiler.php on line 96 

Warning: Yaf_Loader::autoload(): Failed opening script D:\www\yaf/application/\library\Smarty\Internal\CompileBase.php: No such file or directory in D:\www\yaf\application\library\Smarty\sysplugins\smarty_internal_compile_private_print_expression.php on line 19 

Warning: Yaf_Loader::autoload(): Failed opening script D:\www\yaf/application/\library\Smarty\Internal\Write\File.php: No such file or directory in D:\www\yaf\application\library\Smarty\sysplugins\smarty_internal_template.php on line 200

请问这是哪里配置出错了呢?


展开
收起
爱吃鱼的程序员 2020-05-30 17:00:25 645 0
1 条回答
写回答
取消 提交回答
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB

    这就是用框架的好处######

    smarty是屌丝码农专用。为了尽快提升你的技术水平,一定要放弃smarty。

    热衷使用smarty的PHP程序员,往往都是低薪的代名词。

    ######你们别这么激动,我也是测试一下而已######回复 @苏生不惑 : 因为你就是这样的情况,虽然是PHP程序员,但还属于低薪阶层,为何?就是因为没有自己的独立思维、观点。东西好不好,根本没有自己的整体判断力。######为什么,不带这么黑的######smarty加载的路径不正确!######嗯。是的。######这个问题和YAF的类加载方式有关 网上有解决方式 大概就是用YAF提供的IMPORT函数直接加载这些文件###### 老老实实把smarty的主类库用include/require进来不就行了?######回复 @godlike_ : 原生的include ,require效率最高,而且可读性最强。无论如何,用什么autoload之类的方法,都是相当于inlcude的。你用yaf,可以重写一个view对象,在用到view初始化时,再include smarty,同样是很优雅的。######嗯,不想用include/require
    2020-05-31 13:05:30
    赞同 展开评论 打赏
问答分类:
PHP
问答地址:
问答排行榜
最热
最新

相关电子书

更多
PHP运行机制初探 立即下载
使用C++开发PHP7扩展 立即下载
低代码开发师(初级)实战教程 立即下载