Simple Environment Config (PHP Snippet) Never ended up using it, was intended for tiny scripts that needed some simple environmental config. (more…)
Convert multi-dimensional array to easily parsable string Flattens array entries so that they can be parsed and/or read easily. I use this in CrossORM to make the permission definitions easy to read and write by users. (more…)