File/contenido/plugins/mod_rewrite/install.php

Description

PLUGIN INSTALLER

Version 0.4 Für Contenido 4.4.4 and up 4.5.x

  • author: Martin Horwath (horwath@dayside.net)
  • date: 26.09.2004
  • date: 10.10.2005
  • date: 15.02.2006 - Paul Sauer <contenido@saueronline.de>
  • date: 12.09.2006 - Murat Purc <murat@purc.de>
  • filesource: Source Code for this file
Classes
Class Description
 class DB_Upgrade
Includes
 include_once ($contenido_path.'classes/class.security.php') (line 35)
 include_once ($contenido_path.'includes/config.php') (line 44)
 include_once ($contenido_path.'includes/startup.php') (line 42)
Functions
copyFile (line 584)
void copyFile ( $source,  $destination, [ $backupName = null])
  • $source
  • $destination
  • $backupName
getSequenceId (line 516)
void getSequenceId ( $table)
  • $table
isWriteable (line 570)

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

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
showmsg (line 548)
void showmsg ()
split_sql_file (line 434)

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

Documentation generated on Tue, 12 Aug 2008 00:06:44 +0200 by phpDocumentor 1.4.0