usally,we have more and more modules function in one application , for example : content(for post),shop(for product) and so on,and we want to make them in diffrent directory like "yaf","yii","thinkphp" have offered modules.
[application]
modulesDir = "../app/modules"
so,just like this example