'Backend', 'cast.site.com' => 'Cast'] | */ 'directory' => [ 'default' => ZN\Base::project('Frontend'), 'others' => [ 'panel.pisilinux.org' => 'Panel', 'panel.pisilinux.og' => 'Panel', 'members.pisilinux.og' => 'Members', 'forum1.pisilinux.og' => 'Forum1', 'backend.pisilinux.og' => 'Backend', ] ], /* |-------------------------------------------------------------------------- | Containers |-------------------------------------------------------------------------- | | Projects contain settings on each other's scope. | That is, it is possible to use common files for the projects mentioned. | Every directory except Controller and View directories can be used as a | common directory. | | Example: child => parent */ 'containers' => [ 'Panel' => 'Frontend', 'Members' => 'Frontend', 'Forum1' => 'Frontend', 'Backend' => 'Frontend', ] ];