File/contenido/plugins/mod_rewrite/install.php

Description

PLUGIN INSTALLER for Contenido >= 4.8

  • author: Murat Purc (murat@purc.de)
  • author: Martin Horwath (horwath@dayside.net)
  • author: Paul Sauer (contenido@saueronline.de)
  • version: 0.5
  • since: File available since contenido release >= 4.8
  • filesource: Source Code for this file
Classes
Class Description
 class DB_Upgrade
 class IPluginSetup Plugin setup interface, each plugin installer class should implement this interface.
Abstract class PluginSetupAbstract Abstract plugin setup base class, each plugin installer should extend this class.
 class PluginSetupFactory Final plugin setup factory class
Includes
 include_once ($contenido_path.'includes/startup.php') (line 39)
 include_once ($contenido_path.'classes/class.security.php') (line 33)
Functions
copyFile (line 684)
void copyFile ( $source,  $destination, [ $backupName = null])
  • $source
  • $destination
  • $backupName
getDebugMsg (line 646)
void getDebugMsg ()
getSequenceId (line 612)
void getSequenceId ( $table)
  • $table
isWriteable (line 670)

isWriteable:

Checks if a specific file is writeable. Includes a PHP 4.0.4 workaround where is_writable doesn't return a value of type boolean. Also clears the stat cache and checks if the file exists.

Copied from /setup/lib/functions.filesystem.php

  • return: true if the file exists and is writeable, false otherwise
boolean isWriteable ($file $file)
  • $file $file: string Path to the file, accepts absolute and relative files
msg (line 626)
void msg ( $value, [ $info = false])
  • $value
  • $info
remove_remarks (line 500)

removes '# blabla...' from the mysql_dump.

This function was originally developed for phpbb 2.01 (C) 2001 The phpBB Group http://www.phpbb.com

  • return: input_without_#
string remove_remarks ( $sql)
  • $sql
split_sql_file (line 526)

Splits sql- statements into handy pieces.

This function was original developed for the phpbb 2.01 (C) 2001 The phpBB Group http://www.phpbb.com

  • return: sql_pieces
array split_sql_file ( $sql,  $delimiter)
  • $sql
  • $delimiter
updateSequence (line 597)
void updateSequence ([ $table = false])
  • $table

Documentation generated on Sun, 08 Feb 2009 22:01:02 +0100 by phpDocumentor 1.4.1