Things I've tagged “php” (18 things)
-
PHP ActiveRecord (Sunday March 14, 2010)
A cleanish looking implementation of the ActiveRecord pattern in PHP. Tempted to use try this out in forthcoming project.
-
Faster PHP fo shizzle—HipHop for PHP (Thursday February 4, 2010)
One of the first sensible write ups of Facebooks HipHop, by someone who's actually been involved. Covers why it's irrelevant for 99% of PHP users, the rare times it might be useful and a whole bunch of internal facebook scaling background too.
-
"Facebook rewrites PHP runtime" (Sunday January 31, 2010)
Looks like the new PHP compiler that was rumored a while back.
-
Custom apache log format - setting variables from PHP (Monday October 26, 2009)
Using apache_note for custom logging from PHP.
-
Understanding and Implementing map & reduce in PHP (Monday August 24, 2009)
"To demonstrate some uses of PHP 5.3's fun, new anonymous functions let's implement the famous functions: map and reduce."
-
TextMate tip: Validate PHP syntax when saving (Wednesday July 8, 2009)
5 second change to force Textmate to lint the current PHP on save. Hugely useful.
-
Web.php (Thursday May 28, 2009)
Micro PHP framework based on web.py
-
Create daemons in PHP (Thursday April 16, 2009)
The basics on system daemons, why you'd write one in PHP, and some good examples.
-
Dwoo - a PHP Template Engine (Saturday March 14, 2009)
Dwoo is a PHP5 template engine positioned as an alternative to Smarty, it is (nearly) fully compatible with its templates and plugins, but it is written from scratch and aimed at going one step further with a cleaner codebase.
-
andyhd's minim at master - GitHub (Wednesday March 11, 2009)
Minim is a minimalist PHP web application framework. The idea here is to have a bare minimum of features for your web application.
-
Flourish: A developer-friendly PHP library (Tuesday January 13, 2009)
-
Five reasons why the shut-op operator (@) should be avoided (Monday January 5, 2009)
-
Rephlux and PHP memory usage with a PEAR surpise - Professional PHP (Saturday December 13, 2008)
-
The PHP Benchmark (Friday December 5, 2008)
-
webgrind - Google Code (Wednesday October 8, 2008)
-
Upgrading to PHP5 on OS X (Sunday May 27, 2007)
I’ve been meaning to upgrade PHP on my macbook for a while now, today I finally got around to it...
-
Teaching Bad Practice (Wednesday January 10, 2007)
I subscribe to the WSG reading list, an entertaining and informative round up of...
-
Code Golf: Whats your handicap? (Saturday January 6, 2007)
Over the holidays I came discovered Code Golf and got quite addicted to one of the challenges, for...