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
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • mpAutoloaderClassMap
  • None
  • PHP
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SIWECOS
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob

Classes

  • cUpgradeJob_0001
  • cUpgradeJob_0002
  • cUpgradeJob_0003
  • cUpgradeJob_0004
  • cUpgradeJob_0005
  • cUpgradeJob_0006
  • cUpgradeJob_0007
  • cUpgradeJob_0008
  • cUpgradeJob_0009
  • cUpgradeJob_0010
  • cUpgradeJob_0011
  • cUpgradeJob_0012
  • cUpgradeJob_0013
  • cUpgradeJob_0014
  • cUpgradeJob_0015
  • cUpgradeJob_0016
  • cUpgradeJob_0017
  • cUpgradeJob_0018
  • cUpgradeJobAbstract
  • cUpgradeJobMain
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class cUpgradeJob_0002

Upgrade job 2. Runs the upgrade job to takeover new module concept.

cUpgradeJobAbstract
Extended by cUpgradeJob_0002
Package: Setup\UpgradeJob
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Murat Purc <murat@purc>
Located at upgrade_jobs/class.upgrade.job.0002.php
Methods summary
private
# _convertModulesToFile( mixed $clientId )

This method will transfer the moduls from $cfg['tab']['mod'] to the file system. This Method will be called by setup

This method will transfer the moduls from $cfg['tab']['mod'] to the file system. This Method will be called by setup

public
# _execute( )

Main function for each upgrade job. Each upgrade job has to implement this!

Main function for each upgrade job. Each upgrade job has to implement this!

Methods inherited from cUpgradeJobAbstract
__construct(), _getAllClients(), _getAllLanguages(), _logError(), execute()
Properties summary
public string $maxVersion "4.9.0-alpha1"
#

This must be set. 0 means this upgrade job will be executed every time. Anyhting else should be a valid CONTENIDO version. Only if the upgraded version is older than this string the job will be executed.

This must be set. 0 means this upgrade job will be executed every time. Anyhting else should be a valid CONTENIDO version. Only if the upgraded version is older than this string the job will be executed.

Setting this to '4.8.18' would mean that any version lower than 4.8.18 will get the upgrade job.

Properties inherited from cUpgradeJobAbstract
$_aCfg, $_clients, $_languages, $_oDb, $_rootHttpPath, $_rootPath, $_setupType, $_version
CMS CONTENIDO 4.10.1 API documentation generated by ApiGen 2.8.0