我无法找到将 swiftmailer 库包含在我的 Kohana 应用程序中的正确方法。我正在使用推荐的:
require_once Kohana::find_file('vendor','swift/lib/swift_required');
但这是我回来的错误:
Failed opening required '' (include_path='.:/Applications/MAMP/bin/php/php5.3.6/lib/php')
为什么 Kohana 会返回 php 库的路径而不是查看我传递给的文件夹find_file
?