发布于 2013-05-02 16:25:33
索洛阿德已经做了很长时间了:)
Doc页面:http://drupal.org/node/1976198
对你的情况来说,这应该足够了:
dependencies[] = xautoload
; Only look at the top level directory
files[] = lib/*.php或
dependencies[] = xautoload
; Scan the top level and deeper.
files[] = lib/**/*.php如果你需要更多的东西:
; Ignore the top level, only scan deeper directories.
files[] = lib/*/**/*.php
; Ignore the top level, scan second level, ignore deeper levels.
files[] = lib/*/*.php那就祝你好运!
https://drupal.stackexchange.com/questions/42578
复制相似问题