Created
January 31, 2018 17:19
-
-
Save raphaeldealmeida/f80b9b9107bed7ba468cae075f888e1f to your computer and use it in GitHub Desktop.
Recuperando dados do application.ini ZF1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Matriz x Revenda | |
loja.matriz.status = 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$config = $this->getInvokeArg('bootstrap')->getOption('loja'); | |
echo $config['matriz']['status']; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment