This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* A Nested Comments manager using Redis only | |
* @author Michel Bartz <[email protected]> | |
* @date 01/28/2011 | |
*/ | |
class Comments | |
{ | |
private $_redis; |
NewerOlder