Example #1
0
 function allowedCriteria()
 {
     $article = new Article(AMP_Registry::getDbcon());
     $allowed_crit = $article->makeCriteriaAllowed();
     $this->criteria = $this->_base_criteria . ' AND ' . $allowed_crit;
 }