TYPO3 API  SVNRelease
Classes | Namespaces | Functions | Variables
class.t3lib_superadmin.php File Reference

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

Function Documentation

debug ( p1,
p2 = '' 
)

Variable Documentation

$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!

Id:
class.t3lib_superadmin.php 10121 2011-01-18 20:15:30Z ohader

Revised for TYPO3 3.6 February/2004 by Kasper Skårhøj XHTML Compliant

Author:
Kasper Skårhøj <kasperYYYY@typo3.com> [CLASS/FUNCTION INDEX of SCRIPT]

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