/CORE/system/classes/consumer/ConsumerInstallHelper.php

Description

BIGACE - a PHP and MySQL based Web CMS.
Copyright (C) Kevin Papst.

BIGACE is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

BIGACE is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

For further information visit http://www.bigace.de.

  • author: Kevin Papst
  • version: $Id: ConsumerInstallHelper.php,v 1.11 2006/11/26 22:04:08 kpapst Exp $
Classes
Class Description
ConsumerInstallHelper The ConsumerInstallHelper defines general methods that can be used for creating Installation mechansim for Consumer.
Constants
CID_CONFIG_DIR = CID_TEMPLATE_DIR.'config/' (line 35)
CID_HTML_DIR = CID_TEMPLATE_DIR.'items/html/' (line 36)
CID_INSTALL_SQL_DIR = CID_TEMPLATE_DIR.'install/' (line 37)
CID_MAIN_DIR = _BIGACE_DIR_ROOT.'/consumer/' (line 31)
CID_PUBLIC_DIR = _BIGACE_DIR_ROOT.'/public/' (line 32)
CID_REPLACER = '{CID}' (line 30)
CID_TEMPLATE_DIR = CID_MAIN_DIR.'cid'.CID_REPLACER.'/' (line 33)
CID_UNINSTALL_SQL_DIR = CID_TEMPLATE_DIR.'uninstall/' (line 38)
CONFIG_FILE_DEFAULT = 'config.system.cid'.CID_REPLACER.'.inc.php' (line 46)
CONFIG_FILE_EMAIL = 'config.email.cid'.CID_REPLACER.'.inc.php' (line 47)
CONFIG_FILE_STATISTIC = 'config.statistic.cid'.CID_REPLACER.'.inc.php' (line 48)
SQL_FILE_CREATE = 'db_data_cid.sql' (line 43)
SQL_FILE_DELETE = 'delete_data_cid.sql' (line 42)
SQL_FILE_EXTENSION = 'sql' (line 40)
WELCOME_FILE_DE = '-1_de.html' (line 44)
WELCOME_FILE_EN = '-1_en.html' (line 45)

Documentation generated by phpDocumentor 1.3.1