Posted by Steve on 04/10/07 19:00
"Andrew Gaukrodger" <gaukrodger@ntlworld.com> wrote in message
news:AjPSh.37$Jv3.36@newsfe6-win.ntli.net...
|I am a web-designer looking for somebody to write object oriented php with
| MySQL as a backend to a small section of business sites.
|
| Credits for your work will be yours and will be written as such on the
| parent companies site.
wow! now THAT really pays the bills!!!
| interested parties contact me on gaukrodger@ntlworld.com with a sample
class
| and a brief description your abilities.
sample class (singleton [not simpleton, as in your mentality]):
<?
class fuck
{
private static function __construct(){}
public static function off(){ return 'fuck off'; }
}
?>
sample use:
<?
echo fuck::off();
?>
:)
Navigation:
[Reply to this message]
|