Quantcast
Channel: Languages – NamekDev
Viewing all articles
Browse latest Browse all 37

Common code for Singletons using PHP’s traits

$
0
0
I hate singletons. Some say that singletons are not bad, instead “singletonism” is the evil. I would argue. Anyway, I’ve been working on some common Singleton pattern code in PHP for a particular reason – I had to create common code for two basecodes: Laravel app using Facades some other custom API Usage [crayon-56bb369bd8abe933285042/] Singleton … Continue reading Common code for Singletons using PHP’s traits

Viewing all articles
Browse latest Browse all 37

Trending Articles