Overview

Packages

  • CONTENIDO
  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentRssCreator
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • mpAutoloaderClassMap
  • None
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SearchSolr
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob
  • Smarty
    • Cacher
    • Compiler
    • Config
    • Debug
    • PluginsBlock
    • PluginsFilter
    • PluginsFunction
    • PluginsInternal
    • PluginsModifier
    • PluginsModifierCompiler
    • PluginsShared
    • Security
    • Template
    • TemplateResources
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Transport

Classes

  • cSearch
  • cSearchBaseAbstract
  • cSearchIndex
  • cSearchResult
  • Overview
  • Package
  • Class
  • Todo
  • Download

Class cSearchBaseAbstract

Abstract base search class. Provides general properties and functions for child implementations.

Direct known subclasses

cSearch, cSearchIndex, cSearchResult
Abstract
Package: Core\Frontend\Search
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Murat Purc murat@purc.de
Located at classes/search/class.search.base.abstract.php
Methods summary
protected
# __construct( cDb $oDB = NULL, boolean $bDebug = false )

Initialises some properties

Initialises some properties

Parameters

$oDB
Optional database instance
$bDebug
Optional, flag to enable debugging (no longer needed)
protected
# _debug( string $msg, mixed $var )

Main debug function, prints dumps parameter if debugging is enabled

Main debug function, prints dumps parameter if debugging is enabled

Parameters

$msg
Some text
$var
The variable to dump
Properties summary
protected cDb $oDB

CONTENIDO database object

CONTENIDO database object

#
protected array $cfg

CONTENIDO configuration data

CONTENIDO configuration data

#
protected integer $lang

Language id of a client

Language id of a client

#
protected integer $client

Client id

Client id

#
CMS CONTENIDO 4.9.7 API documentation generated by ApiGen