Posts matching tag 'PHP'
From the PHP 5.4.0 RC1 "NEWS" file. Traits, array dereferencing, CLI built-in web server, and more.
/1756/php-5-4-changes - Programming - 0 Comments - 2011-11-16
Cleanup your file caches while you're still using them.
/1578/filesystem-caching-without-cruft-in-php - Programming - 0 Comments - 2011-09-04
Should you give a rat's ass about being competitive with PHP?
/1526/python-and-php-giving-a-rats-ass - Programming - 2 Comments - 2011-06-01
I've had issues in the past where symlinked web directories don't point to the correct file after the symlink target is changed.
/1517/php-and-the-realpath-cache - Programming - 2 Comments - 2011-05-06
I've been updating various old pieces of code after our PHP 5.3 upgrade yesterday afternoon. Today, call_user_func_array() has been a recurring theme.
/1486/migrating-to-php-5-3-call_user_func_array - Programming - 0 Comments - 2011-03-11
So I wrote a post about testable classes in PHP, and before I even hit "Publish" I read something on StackOverflow that challenged some of my opinions. I wrote that I didn't need testable factories, but what if I did?
/1418/testable-factories - Programming - 0 Comments - 2011-01-01
I've been thinking a lot about unit tests, lately. In the Bad Old Days I could var_dump() my way through a problem and deal with the consequences, but that isn't good enough any more. Today, I want my tests to run themselves, and that's forcing me change the way I structure my code.
/1412/thinking-about-testability - Programming - 0 Comments - 2011-01-01
Here's how I created local mirrors of the online documentation for several projects under Mac OS X 10.5.6.
/730/local-documentation-php-django-jquery - Django - 0 Comments - 2009-02-10
Memorize the order of operations, I guess.
/664/variable-variables-and-arrays - Web - 0 Comments - 2008-12-23
Don't gobble my markup.
/512/smarter-parsing-with-smarty - Web - 0 Comments - 2008-08-10
Transactions should be supported by everything.
/493/adodb-mysql-and-transactions - Personal - 0 Comments - 2008-07-23