PHP

Handle configuration in PHP with var_export()

Handling configuration file with PHP During development i searched an easy way to handle configuration files, either via manual editing or via interface. At first i was using parse_ini_file() but it becomes quickly clear...