Hi! I'm currently reworking my site, so although this content is still online things may change or look odd. Please get in touch to find out how I can help you!
12 posts tagged with “PHP”
-
Laravel Artisan migrations not working? Try this…
Just a quick post here with a tip that may help you if, like me, you’re struggling getting Laravel’s… read more →
Friday, 29th April 2016. Feedback.
-
Using Bitbucket for Automated Deployment of Multiple Repositories
I’ve recently started using Bitbucket as a kind of off-site backup for my Git repos - it… read more →
Saturday, 2nd February 2013. 2 comments.
-
CodeIgniter Conference 2012
I love CodeIgniter. So when I found out there was a two-day conference dedicated to… read more →
Wednesday, 7th March 2012. Feedback.
-
Save Time with Super-Quick Local Test Cases
If you’re anything like me, you’ve probably created local test cases before - quick little bits of code to… read more →
Thursday, 15th December 2011. Feedback.
-
Talk: Frameworks 101
Here’s the video and slide deck for my talk “Frameworks 101 - a (very) brief introduction” from Points Brighton… read more →
Sunday, 16th October 2011. 1 pingback.
-
How to Tell if Query Caching is Enabled in CodeIgniter
CodeIgniter’s query caching functionality is great - once you’ve got your head around having to manually clear the… read more →
Wednesday, 15th June 2011. Feedback.
-
Reduce Database Load in PHP with Array Filtering
If you’re developing a web app that queries a database, it’s very likely that at some point you’ll want… read more →
Thursday, 3rd March 2011. Feedback.
-
Get File Names by Extension in CodeIgniter
If you’re building a bespoke website or web application, it’s likely that you will at some point need to… read more →
Tuesday, 23rd November 2010. 1 pingback.
-
Finding the HTTP Referrer in CodeIgniter
I’ve noticed a lot of search engine traffic hitting my post on custom 404 error handling in CodeIgniter… read more →
Wednesday, 14th July 2010. 2 comments.
-
Using Akismet to Prevent Comment Spam in CodeIgniter
Updated 2012-06-03 to reflect changes in the library since the article was originally written. Have you ever visited a
… read more →Wednesday, 7th July 2010. Feedback.
-
Implementing a More Useful 404 in CodeIgniter
An oft-overlooked part of any site is the usefulness of its 404 (aka “Page Not Found”) error page. For… read more →
Monday, 14th June 2010. 2 comments and 1 pingback.
-
Better Models and Controllers in CodeIgniter
There’s no denying CodeIgniter is an excellent PHP framework, but its default implementations of the “M” and… read more →
Tuesday, 1st June 2010. 2 comments.