getMostRead() public static method

Get all items in a category
public static getMostRead ( integer $limit ) : array
$limit integer
return array
Example #1
0
 /**
  * Parse
  */
 private function parse()
 {
     $this->tpl->assign('widgetFaqMostRead', FrontendFaqModel::getMostRead($this->get('fork.settings')->get('Faq', 'most_read_num_items', 10)));
 }