|
TYPO3 API
SVNRelease
|
Go to the source code of this file.
Variables | |
| $TCA ['be_users'] | |
| $TCA ['be_groups'] | |
| $TCA ['sys_filemounts'] | |
| $TCA ['sys_language'] | |
| $TCA ['sys_news'] | |
| $TCA['be_users'] |
Contains the dynamic configuation of the fields in the core tables of TYPO3: be_users, be_groups and sys_filemounts
Revised for TYPO3 3.6 July/2003 by Kasper Skårhøj
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.
1.7.5.1