>FromYourCode();

All the sources codes "Teamwork"page 5

PHP
 July 9 2014 at 11:07
#157
/**
 * synonym for ADONewConnection for people like me who cannot remember the correct name
 */
        function NewADOConnection($db='')
        {
                $tmp = ADONewConnection($db);
                return $tmp;
        }
PHP
 July 5 2014 at 04:42
#189
/*
 * You may think you know what the following code does.
 * But you dont. Trust me.
 * Fiddle with it, and youll spend many a sleepless
 * night cursing the moment you thought youd be clever
 * enough to "optimize" the code below.
 * Now close this file and go play with something else.
 */