<?php
// Copyright (c) MetaClass, 2003-2007
// Licensed under the Academic Free License version 3.0
includeClass('', 'pnt/web/parts');
/** Part used by SearchPage to output html describing search forms.
* The search options are modeled by pnt.db.query.PntSqlSpec objects.
* @see http://www.phppeanuts.org/site/index_php/Pagina/41
*
* This abstract superclass provides behavior for the concrete
* subclass FilterFormPart in the root classFolder or in the application classFolder.
* To keep de application developers code (including localization overrides)
* separated from the framework code override methods in the
* concrete subclass rather then modify them here.
* @see http://www.phppeanuts.org/site/index_php/Menu/178
* @see http://www.phppeanuts.org/site/index_php/Pagina/65
* @package pnt/web/parts
*/
class PntFilterFormPart extends {
var $implicitCombiFilter;
var $allItemsSize;
var $filters;
var $widgetDir = 'widgets';
var $nAdvancedFilters = 5; //override on subclass to get different number of filters
var $nSorts = 3; //override on subclass to get different number of sorts
var $extraSortParams = ''; //override to pass extra parameters to the SortDialog,