php (16 posts)

View other categories:

Emulating PHP's substr() with Smarty [sort of]

Posted on September 7, 2006

Today I had a requirement to strip off the first 9 digits from a string from within a Smarty template. The system using Smarty is totally locked down so no access to plugins or

Remote PHP debugging

Posted on September 28, 2006

After 8 or so years of being a professional web developer I today finally cracked using a debugger with PHP. I've been a long suffering PHPEdit user from since it was open source and into having to

Symfony's most popular plugins

Posted on August 15, 2007

Francios a core member of the Symfony team recently blogged about the 20 most popular plugins of the Symfony project based upon page views. That list

Setting PHP error reporting from a vhost or .htaccess

Posted on August 16, 2007

Here on our dev servers, we turn PHP error reporting full on so we get to know of any issues with our code well before it hits production (where errors are turned off). This does, however, cause

Debugging with PhpED and DBG

Posted on January 20, 2008

As a long-term PhpED user, I've always been well aware that I was not making the most of some of the more powerful features of my IDE, particularly the debugging capabilities. Well this week I finally

Building a Laravel production server from scratch

Posted on May 9, 2013

The other day my dev server completely died, this was rather inconvenient to say the least. 24 hrs later and my new (excellent, very quiet, powerful but only consuming 150w) HP 54L Proliant

Building a PHP development server from scratch

Posted on May 9, 2013

The other day my dev server completely died, this was rather inconvenient to say the least. 24 hrs later and my new (excellent, very quiet, powerful but only consuming 150w) HP 54L Proliant

← Previous Page 2 of 2