static function count()
 {
     $counter = new Counter();
     $count = $counter->count();
     set('count', $count);
     return html('index.html.php');
 }
Ejemplo n.º 2
0
 private function _counter()
 {
     $counter = new Counter();
     $counter->count();
 }