tangra logo
   
[ class tree: tangra_lib ] [ index: tangra_lib ] [ all elements ]
 

Procedural File: tangra_module_installer.class.php

Source Location: /modules_manager/tangra_module_installer.class.php

Page Details

Contains class Tangra_Module_Installer

Filesource:  Source Code for this file
Classes
Class Description
Tangra_Module_Installer Tangra_Module_Installer is the base class used by all module installers
Includes
require_once ('exceptions/te_tmm_target_dir_not_writable.class.php') [line 42]
[ Top ]

require_once (TANGRA_MAIN_DIR.'misc/misc.inc.php') [line 32]
[ Top ]

require_once ('exceptions/te_tmm_item_already_exist.class.php') [line 46]
[ Top ]

require_once ('exceptions/te_tmm_target_dir_not_exists.class.php') [line 38]
[ Top ]


Constants
TMM_CONFFILE_SECTION_END_PREFIX  [line 79]

TMM_CONFFILE_SECTION_END_PREFIX = "\n//--- section "

Prefix for section end in config file


[ Top ]

TMM_CONFFILE_SECTION_END_SUFFIX  [line 84]

TMM_CONFFILE_SECTION_END_SUFFIX = " END\n\n"

Suffix for section end in config file


[ Top ]

TMM_CONFFILE_SECTION_START_PREFIX  [line 69]

TMM_CONFFILE_SECTION_START_PREFIX = "\n//+++ section "

Prefix for section start in config file


[ Top ]

TMM_CONFFILE_SECTION_START_SUFFIX  [line 74]

TMM_CONFFILE_SECTION_START_SUFFIX = " START\n\n"

Suffix for section start in config file


[ Top ]

TMM_INSTALL_ITEM_TYPE_DIR  [line 57]

TMM_INSTALL_ITEM_TYPE_DIR = 1

Type directory


[ Top ]

TMM_INSTALL_ITEM_TYPE_FILE  [line 52]

TMM_INSTALL_ITEM_TYPE_FILE = 0

Type File


[ Top ]

TMM_INSTALL_ITEM_TYPE_SYMLINK  [line 62]

TMM_INSTALL_ITEM_TYPE_SYMLINK = 2

Type symlink


[ Top ]