CAT | Uncategorized
5
PHP Tip-of-the-Day™: Use { and } as PCRE delimiters
No comments · Posted by Adam Lundrigan in Uncategorized
This is mentioned in the PHP Manual (here), but unfortunately they don’t go into any detail as to why you would choose to use bracket-style delimiters for your PCRE expressions. Here’s an example of why bracket delimeters very nearly == epicness: Say, for instance, we want to rewrite URLs using patterns such as this: Selec [...]
No tags
22
Strange problems when packaging PHPUnit 3.4 as a PHAR
No comments · Posted by Adam Lundrigan in Uncategorized
NOTE: This effort on my part is long-since abandoned. Click here for a way to install multiple PHPUnit versions side-by-side. I’ve been hacking away sporadically at packaging PHPUnit 3.4.x as a PHAR (see: ZF-11828 and related issues for context of why). I’ve put the code for my first-stab attempt up on my GitHub, but it [...]
No tags
Here is a quick preview of a smartphone website I am working on for tracking tennis match scores amongst a group of friends. The client-side is built using Sencha Touch, with a Zend Framework app on the server-side exposing a JSON API.
No tags

