2011年7月17日 星期日

ZF 在多個地方放置模組

如果想將模組分為核心及外加模組,可透過ZF本身定義設定檔的方式

resources.frontController.moduleDirectory = APPLICATION_PATH "/modules"

 修改為
resources.frontController.moduleDirectory[] = APPLICATION_PATH "/modules/core"
resources.frontController.moduleDirectory[] = APPLICATION_PATH "/modules/local"

可以定義多個放置module位置

沒有留言: