Пример #1
0
 /**
  * Get the total blog count.
  *
  * @return int
  * @author Cali
  */
 public static function totalBlogs()
 {
     return Blog::count();
 }