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('/<\?=/',...
Thursday 29 January 2009 10:37
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...
May 24 November 2008 23:50
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...
May 14 Jul 2008 16:04
Zend Framework 1.5.1 PEAR package is available 1
A little late sorry, but ZF 1.5.1's package is now ready....
May 31 Mar 2008 17:08