Example #1
0
 public static function count()
 {
     $db = new Model();
     $c = $db->countAll('pics');
     return $c;
 }