having fun with vim, an event tracker 4

The idea of this script came by realizing that the main reason I (almost) never fill my timesheet, is because I just forget it. How easier could it be if my editor (namely vim) could fill it for me ? Or at least, help me fill it. This script is meant to help this process. It will hook to every...

Replacing short tags with proper PHP tags 1

This is a little script I made to get rid of those damned short tags. [php] <?php while ($file = trim(fgets(STDIN))) { $content = file_get_contents($file); $search = array('/<\?=/',...

Why I switched from ZF 11

Please note all the reasons I'm about to give are the reason I had at the time I quited ZF, that's like 6 months ago or so, so be aware that things may have evolved, and since this is not a rant, I...

About the self keyword in static methods 2

While setting up a test server for some software I wrote at the office, I eventually noticed the following notice: Notice: Use of undefined constant self - assumed 'self' That surprised me, because...

Zend Framework 1.5.1 PEAR package is available 1

A little late sorry, but ZF 1.5.1's package is now ready....