Skip to content

New Interface methods

Latest
Compare
Choose a tag to compare
@nimayneb nimayneb released this 30 Jan 12:49
· 53 commits to master since this release

You can now set your constants with:

use JBR\Advini\Advini;

$constants = [
    'password' => md5('heavy')
];

$ini = new Advini();
$ini->setConstants($constants);