Jacob Santos's Blog: Don't Advocate Inner Classes
Jacob Santos talks in this new blog post about something that, if added to PHP, just might be more trouble than it's worth - inner classes. Inner Classes are contained in parent classes and offer a...
View ArticleKillerPHP Blog: PHP Interfaces: when and why you should use them instead of...
On the KillerPHP blog today, there's this new post that asks the question of when the choice should be made to use interfaces and why they should be used instead of classes in your code. It's an...
View ArticleJacob Santos' Blog: PHP Opcode Series
Jacob Santos has started a series of posts to his blog that focuses on the use of the opcode cache and language features in your applications. The posts will be researched and go through multiple...
View ArticleReddit.com: The purpose of a framework
In this post over in the /r/PHP community of Reddit.com, there's a question about frameworks. The original poster wonders about the purpose of a framework and if they're a requirement to build any...
View ArticleMichael Kimsal: Purpose of Benchmarking Framework Speed
In his new post Michael Kimsal shares some of his thoughts about framework benchmarking especially in the context of speed. I've followed the techempower benchmarks, and every now and then I check out...
View Article