Example #1
0
 function count()
 {
     $args = func_get_args();
     $this->prepare_for_find_or_count('count', $args);
     parent::count($args);
 }
Example #2
0
 function __construct(&$cache_handler)
 {
     $this->_cache_handler = $cache_handler;
     parent::__construct();
 }