Skip to content

Commit

Permalink
docs for advance usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmunir committed Nov 9, 2018
1 parent e9cc1d8 commit 9d1b93b
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion components/Configs.php
Expand Up @@ -100,7 +100,23 @@ class Configs extends \mdm\admin\BaseObject
public $options;

/**
* @var array|false
* @var array|false Used for multiple application
* ```php
* [
* 'frontend' => [
* '@common/config/main.php',
* '@common/config/main-local.php',
* '@frontend/config/main.php',
* '@frontend/config/main-local.php',
* ],
* 'backend' => [
* '@common/config/main.php',
* '@common/config/main-local.php',
* '@backend/config/main.php',
* '@backend/config/main-local.php',
* ],
* ]
* ``` *
*/
public $advanced;

Expand Down

0 comments on commit 9d1b93b

Please sign in to comment.