Around ten months ago, when I began working as a web developer here in Bremerhaven, I suddenly had to write a lot more PHP than I've used to. And it had to meet certain quality to make it durable so I faced a real problem: how do I write PHP properly?
require __DIR__.'/lib/something.php;'I know, PHP has been around for years and all the OOP stuff it had was terrible, but things changed. Yes, it's still not really elegant, but it gets the things done. Even Marco Arment says that. But let's go back to the inelegant part: It finally starts to change.