why? i dunno… just because… just a toy… no sql, no flat file, no write permissions required anywhere, no fuss class mc_chat { var $chan = null; var $mc = null; var $ret = 5; function __construct($memcached, $channel, $retention=5) { $this->mc = $memcached; $this->chan = $channel; $this->ret = $retention; } function messages( $from=0 ) { [...]
-
Home > Archives for Monday, February 16th, 2009