|
TYPO3 API
SVNRelease
|
Go to the source code of this file.
Classes | |
| class | localPageTree |
| class | SC_db_new |
Namespaces | |
| namespace | TYPO3 |
Variables | |
| $BACK_PATH = '' | |
| if(defined('TYPO3_MODE')&&isset($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['typo3/db_new.php'])) | $SOBE = t3lib_div::makeInstance('SC_db_new') |
| $BACK_PATH = '' |
New database item menu
This script lets users choose a new database element to create. Includes a wizard mode for visually pointing out the position of new pages
Revised for TYPO3 3.6 November/2003 by Kasper Skårhøj XHTML compliant
90: class localPageTree extends t3lib_pageTree 99: function wrapIcon($icon,$row) 110: function expandNext($id)
128: class SC_db_new 157: function init() 224: function main() 276: function pagesOnly() 294: function regularNew() 458: function printContent() 473: function linkWrap($code,$table,$pid,$addContentTable=0) 493: function isTableAllowedForThisPage($pid_row, $checkTable) 523: function showNewRecLink($table,$allowedNewTables='')
TOTAL FUNCTIONS: 10 (This index is automatically created/updated by the extension "extdeveval")
Definition at line 67 of file db_new.php.
| if (defined('TYPO3_MODE')&&isset($GLOBALS['TYPO3_CONF_VARS'][TYPO3_MODE]['XCLASS']['typo3/db_new.php'])) $SOBE = t3lib_div::makeInstance('SC_db_new') |
Definition at line 732 of file db_new.php.
1.7.5.1