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 40)
 include_once ($contenido_path.'classes/class.security.php') (line 34)
Functions
copyFile (line 685)
void copyFile ( $source,  $destination, [ $backupName = null])
  • $source
  • $destination
  • $backupName
getDebugMsg (line 647)
void getDebugMsg ()
getSequenceId (line 613)
void getSequenceId ( $table)
  • $table
isWriteable (line 671)

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 627)
void msg ( $value, [ $info = false])
  • $value
  • $info
remove_remarks (line 501)

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 527)

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 598)
void updateSequence ([ $table = false])
  • $table

Documentation generated on Tue, 25 Nov 2008 22:07:45 +0100 by phpDocumentor 1.4.1