Skip to content

Instantly share code, notes, and snippets.

@raphaeldealmeida
Created January 31, 2018 17:19
Show Gist options
  • Save raphaeldealmeida/f80b9b9107bed7ba468cae075f888e1f to your computer and use it in GitHub Desktop.
Save raphaeldealmeida/f80b9b9107bed7ba468cae075f888e1f to your computer and use it in GitHub Desktop.
Recuperando dados do application.ini ZF1
; Matriz x Revenda
loja.matriz.status = 1
<?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