Skip to content

View, add view dirs#181

Closed
Yahasana wants to merge 2 commits intoice:devfrom
Yahasana:patch-14
Closed

View, add view dirs#181
Yahasana wants to merge 2 commits intoice:devfrom
Yahasana:patch-14

Conversation

@Yahasana
Copy link
Contributor

it'd be helpful to add extra view dir(s) in module.php.

$di->view->setViewsDir(array_merge((array)$di->view->getViewsDir(), ['...']));
vs
$di->view->addViewsDir(['...']);

Mofasa added 2 commits September 14, 2018 12:36
it'd be helpful to add extra view dir(s) in `module.php`.
```php
$di->view->setViewsDir(array_merge((array)$di->view->getViewsDir(), ['...']));
vs
$di->view->addViewsDir(['...']);
```
@Yahasana
Copy link
Contributor Author

new pr #233

@Yahasana Yahasana closed this Oct 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant