Skip to content

Instantly share code, notes, and snippets.

View farrelley's full-sized avatar

Shaun Farrell farrelley

View GitHub Profile
<legislativeMandates>
<ClingerCohenAct description="String">String</ClingerCohenAct>
<WalshHealyAct description="String">String</WalshHealyAct>
<serviceContractAct description="String">String</serviceContractAct>
<DavisBaconAct description="String">String</DavisBaconAct>
<interagencyContractingAuthority description="String">String</interagencyContractingAuthority>
<otherStatutoryAuthority>String</otherStatutoryAuthority>
</legislativeMandates>
<?php
$configPaths = sprintf(
'%s/config/{,*.}{global,%s,local}.php',
APPLICATION_PATH,
SLIM_MODE
);
$config = Zend\Config\Factory::fromFiles(glob($configPaths, GLOB_BRACE));