Tagged in

PHP

Gilbert Pellegrom’s Blog
Gilbert Pellegrom’s Blog
Software Engineer and Web Developer from Scotland
More information
Followers
64
Elsewhere
More, on Medium

Speed Up Your Site with Simple Caching in PHP

After reading David Walsh’s “Retrieve, Cache, and Display Your FeedBurner Subscriber Count” post I was inspired to expand on the example he had created and created my own simple PHP caching class. To be honest I was amazed at the results. So I’ve…


PHP SimpleCache Redux

A while ago I posted a simple PHP class that I had created which allows you to cache API requests in a simple way. I’ve done some more work on the class and made it even simpler to cache your API calls.

PHP SimpleCache Class


OO in PHP: Part 1 — Classes and Objects

Scary title I know. But if your a serious developer of any kind then I hope you have heard of Object Oriented programming. You may even have done it without even realising it. What I aim to do in this series is to have a simple and concise look at how to do OO…