public marks

PUBLIC MARKS from bacon with tags dev & code

May 2008

.htaccess tricks and tips.. part two: url rewriting with mod rewrite.

by 9 others
Here's the very basics of regexp (roughly from the apache mod_rewrite documentation)..

February 2008

December 2007

Redeclare native PHP functions

Sad but true: PHP does not support function overloading, nor is it possible to undefine or redefine previously-declared functions. So lets hackit: "How to Redeclare native PHP functions" - MySQLForge :: View Snippet

Lazy programming and lazy evaluation

Lazy programming is a general concept of delaying the processing of a function or request until the results are needed. This concept has numerous applications, from the obvious to the obscure. Thinking in terms of lazy programming can help you rid your co

November 2007