Skip to content

Instantly share code, notes, and snippets.

@MichelBartz
MichelBartz / Comments.php
Created January 30, 2011 21:07
Nested Comments using Redis. Rely on the Owlient Redis extension
<?php
/**
* A Nested Comments manager using Redis only
* @author Michel Bartz <[email protected]>
* @date 01/28/2011
*/
class Comments
{
private $_redis;