|
TYPO3 API
SVNRelease
|
Go to the source code of this file.
Classes | |
| class | t3lib_superadmin |
Namespaces | |
| namespace | TYPO3 |
Functions | |
| debug ($p1, $p2= '') | |
Variables | |
| $path_t3lib = './typo3_src/t3lib/' | |
| $TYPO3_DB = t3lib_div::makeInstance('t3lib_DB') | |
| debug | ( | $ | p1, |
| $ | p2 = '' |
||
| ) |
Debug function. Substitute since no config_default.php file is included anywhere
| mixed | Debug var |
| string | Header string |
Definition at line 121 of file class.t3lib_superadmin.php.
References t3lib_div\debug().
Referenced by tx_em_ExtensionManager\__construct(), TYPO3backend\__construct(), tx_dbal_handler_xmldb\admin_query(), t3lib_TCEforms_inline\checkAccess(), t3lib_TCEmain\checkValue_flex_procInData_travDS(), t3lib_sqlparser\debug_testSQL(), user_feAdmin\displayEditForm(), t3lib_DB\exec_PREPAREDquery(), t3lib_TCEmain\fillInFieldArray(), t3lib_superadmin\getExtensionInfo(), recordHistory\getHistoryData(), user_feAdmin\getPlainTemplate(), t3lib_stdGraphic\ImageTTFBBoxWrapper(), t3lib_stdGraphic\ImageTTFTextWrapper(), tx_dbal_handler_xmldb\init(), user_feAdmin\init(), tx_install\init(), t3lib_BEfunc\makeConfigForm(), t3lib_TCEmain\process_datamap(), SC_alt_doc\processData(), user_feAdmin\processFiles(), tx_dbal_handler_openoffice\readDataSource(), t3lib_TCEmain\remapListedDBRecords(), Tx_Fluid_ViewHelpers_DebugViewHelper\render(), tx_dbal_sqlengine\saveDataSource(), t3lib_sqlengine\saveDataSource(), tx_em_Extensions_Details\serverExtensionMD5array(), tx_indexedsearch_lexer\split2Words(), t3lib_DB\sql_query(), tslib_menu\start(), tslib_cObj\stdWrap_debugData(), tslib_cObj\stdWrap_debugFunc(), t3lib_TSparser\syntaxHighlight_print(), user_IProcFuncTest(), and user_keepRolloverAtOnClick().
| $path_t3lib = './typo3_src/t3lib/' |
Super Admin class has functions for the administration of multiple TYPO3 sites in folders See 'misc/superadmin.php' for details on how to use!
Revised for TYPO3 3.6 February/2004 by Kasper Skårhøj XHTML Compliant
120: function debug($p1,$p2='')
134: class t3lib_superadmin
SECTION: Initialize stuff 180: function t3lib_superadmin() 192: function init($parentDirs)
SECTION: Main functions 215: function defaultSet() 271: function make()
SECTION: Output preparation 376: function setMenuItem($code,$label) 390: function error($str) 401: function headerParentDir($str) 412: function headerSiteDir($str)
SECTION: Collection information 444: function initProcess() 482: function processSiteDir($path,$dir) 524: function includeLocalconf($localconf) 554: function connectToDatabase($siteInfo) 576: function getDBInfo($key)
SECTION: Content: Installation Overview 626: function makeTable()
SECTION: Content: Local extensions 729: function localExtensions() 902: function getExtensionInfo($path,$extKey,$k) 956: function getAllFilesAndFoldersInPath($fileArr,$extPath,$extList='',$regDirs=0) 978: function findMostRecent($fileArr,$extPath) 996: function removePrefixPathFromList($fileArr,$extPath)
SECTION: Content: Other 1033: function singleSite($exp) 1064: function loginLog($DB) 1102: function log_getDetails($text,$data) 1116: function rmCachedFiles($exp) 1149: function menuContent($exp) 1221: function makeAdminLogin() 1295: function changeAdminPasswordsForm() 1330: function setNewPasswords()
TOTAL FUNCTIONS: 28 (This index is automatically created/updated by the extension "extdeveval")
Definition at line 105 of file class.t3lib_superadmin.php.
| $TYPO3_DB = t3lib_div::makeInstance('t3lib_DB') |
Definition at line 108 of file class.t3lib_superadmin.php.
Referenced by t3lib_TCEmain\copyRecord_fixRTEmagicImages(), tx_rtehtmlarea_pi2\drawRTE(), tx_rtehtmlarea_base\drawRTE(), SC_mod_tools_dbint_index\func_refindex(), tx_lowlevel_syslog\main(), tx_lowlevel_deleted\main(), tx_lowlevel_cleanflexform\main(), tx_lowlevel_versions\main(), tx_lowlevel_double_files\main(), tx_lowlevel_orphan_records\main(), tx_lowlevel_rte_images\main(), tx_lowlevel_missing_files\main(), tx_lowlevel_missing_relations\main(), tx_lowlevel_lost_files\main(), SC_mod_tools_log_index\menuConfig(), and SC_alt_shortcut\workspaceSelector().
1.7.5.1