function __construct($iPossOwner = 0)
 {
     parent::__construct();
     $this->iViewer = (int) $iPossOwner > 0 ? (int) $iPossOwner : $this->iViewer;
     $this->sCacheFile = 'sys_objects_categories';
     $this->sNonParseParams = 'tags_non_parsable';
     $this->sCacheTable = 'sys_objects_categories';
     $this->sTagTable = 'sys_categories';
     $this->aTagFields = array('id' => 'ID', 'type' => 'Type', 'tag' => 'Category', 'owner' => 'Owner', 'status' => 'Status', 'date' => 'Date');
     $this->sAutoApprovePrefix = 'category_auto_app_';
     $this->bToLower = false;
 }
 function __construct()
 {
     parent::__construct();
     $this->_sTagTmplName = 'view_tags.html';
     $this->_sTagTmplContent = '';
 }