Results for tag #php

Building a multi-file static logger with PHP
Here’s how you can develop a logger functionality by simply using static inheritance.

Backend, Dec 3, 2018 - 5 min read
How to: Variable variables
Variable variables are obscure parts of your code starting with a double dollar sign (eg. $$example)

Backend, Nov 7, 2018 - 5 min read
How to minimize conditions with Boolean algebra
As developers, all of us will sometimes come along with a problem that will make you think out of the box.