在我模塊的module.config.php,我有這樣的事情: namespace Application;
return [
//...
// myroute1 will route to IndexController fooAction if the route is matching '/index/foo' but regardless of request me
我有一個SkeletonApplication安裝並實現了一些控制器到標準模塊'Application'中。 這工作正常。 但是現在我想使用第二個模塊,並且我想要在'應用程序'模塊內設置一個路徑到新的模塊,以便在視圖中將它連接到那裏。 第二個模塊被命名爲'Sporttabs'。 // This should be an array of module namespaces used in the