Why does zf-development-mode need to bother switching development.local.php in and out when development.config.php adds globs for *.local-development.php?
In other words, whatever I want to put in development.local.php I could just put in local-development.php, and it would only get included when I'm in development mode.
Just seems like two files are being switched and out when only one is needed...
Why does zf-development-mode need to bother switching development.local.php in and out when development.config.php adds globs for *.local-development.php?
In other words, whatever I want to put in development.local.php I could just put in local-development.php, and it would only get included when I'm in development mode.
Just seems like two files are being switched and out when only one is needed...