TYPO3 API  SVNRelease
Variables
tbl_be.php File Reference

Go to the source code of this file.

Variables

 $TCA ['be_users']
 $TCA ['be_groups']
 $TCA ['sys_filemounts']
 $TCA ['sys_language']
 $TCA ['sys_news']

Variable Documentation

$TCA['be_users']

Contains the dynamic configuation of the fields in the core tables of TYPO3: be_users, be_groups and sys_filemounts

Id:
tbl_be.php 10310 2011-01-25 19:51:40Z baschny

Revised for TYPO3 3.6 July/2003 by Kasper Skårhøj

Author:
Kasper Skårhøj <kasperYYYY@typo3.com>
See also:
tables.php, tables.sql Backend users - Those who login into the TYPO3 administration backend

Definition at line 41 of file tbl_be.php.

$TCA['be_groups']

Backend usergroups - Much permission criterias are based on membership of backend groups.

Definition at line 415 of file tbl_be.php.

$TCA['sys_filemounts']

System filemounts - Defines filepaths on the server which can be mounted for users so they can upload and manage files online by eg. the Filelist module

Definition at line 696 of file tbl_be.php.

$TCA['sys_language']

System languages - Defines possible languages used for translation of records in the system

Definition at line 748 of file tbl_be.php.

$TCA['sys_news']

System News (displayed on Login screen)

Definition at line 810 of file tbl_be.php.