Exemplo n.º 1
0
 /**
  * Count Articlecores
  * by ProductGroup Index(es)
  * @param integer $intProductGroup
  * @return int
  */
 public static function CountByProductGroup($intProductGroup)
 {
     // Call Articlecore::QueryCount to perform the CountByProductGroup query
     return Articlecore::QueryCount(QQ::Equal(QQN::Articlecore()->ProductGroup, $intProductGroup));
 }