Overview

Packages

  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Datatype
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
  • 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

Classes

  • cSearch
  • cSearchBaseAbstract
  • cSearchIndex
  • cSearchResult
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

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/class.search.php
Methods summary
protected
# __construct( cDb $oDB = NULL, boolean $bDebug = false )

Initialises some properties

Initialises some properties

Parameters

$oDB
cDb
$oDB Optional database instance
$bDebug
boolean
$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
string
$msg Some text
$var
mixed
$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.1 API documentation generated by ApiGen 2.8.0