<?php

class kCatDBList extends kDBList {
	
	/**
	 * Select items from current category or from all categories
	 *
	 * @var bool
	 */
	var $Scope = true;
	
	/*function GetWhereClause($for_counting=false,$system_filters_only=false)
	{
		switch ($this->Special)
		{
			case 'showall':
				$this->clearFilters(false,true,false,false); 
				break;
		}
		return parent::GetWhereClause($for_counting,$system_filters_only);
	}*/
	
}

?>