yaf,smarty问题
@雪候鸟 你好,想跟你请教个问题:
Warning: Yaf_Loader::autoload(): Failed opening script D:wwwyaf/application/librarySmartyInternalTemplateCompilerBase.php:
No such file or directory in D:wwwyafapplicationlibrarySmartysyspluginssmarty_internal_smartytemplatecompiler.php on line 24
Warning: Yaf_Loader::autoload(): Failed opening script D:wwwyaf/application/librarySmartyInternalTemplatelexer.php: No such file or directory in D:wwwyafapplicationlibrarySmartysyspluginssmarty_internal_smartytemplatecompiler.php on line 95
Warning: Yaf_Loader::autoload(): Failed opening script D:wwwyaf/application/librarySmartyInternalTemplateparser.php: No such file or directory in D:wwwyafapplicationlibrarySmartysyspluginssmarty_internal_smartytemplatecompiler.php on line 96
Warning: Yaf_Loader::autoload(): Failed opening script D:wwwyaf/application/librarySmartyInternalCompileBase.php: No such file or directory in D:wwwyafapplicationlibrarySmartysyspluginssmarty_internal_compile_private_print_expression.php on line 19
Warning: Yaf_Loader::autoload(): Failed opening script D:wwwyaf/application/librarySmartyInternalWriteFile.php: No such file or directory in D:wwwyafapplicationlibrarySmartysyspluginssmarty_internal_template.php on line 200
请问这是哪里配置出错了呢?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(10)
嗯,不想用include/require
回复
原生的include ,require效率最高,而且可读性最强。无论如何,用什么autoload之类的方法,都是相当于inlcude的。你用yaf,可以重写一个view对象,在用到view初始化时,再include smarty,同样是很优雅的。
老老实实把smarty的主类库用include/require进来不就行了?
这个问题和YAF的类加载方式有关 网上有解决方式 大概就是用YAF提供的IMPORT函数直接加载这些文件
嗯。是的。
smarty加载的路径不正确!
为什么,不带这么黑的
回复
因为你就是这样的情况,虽然是PHP程序员,但还属于低薪阶层,为何?就是因为没有自己的独立思维、观点。东西好不好,根本没有自己的整体判断力。
你们别这么激动,我也是测试一下而已
这就是用框架的好处