TYPO3 CMS  TYPO3_6-2
db_new.php
Go to the documentation of this file.
1 <?php
23 require __DIR__ . '/init.php';
24 
31 
40  public function expandNext($id) {
41  return $id == $GLOBALS['SOBE']->id ? 1 : 0;
42  }
43 }
44 
45 $newRecordController = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Backend\\Controller\\NewRecordController');
46 $newRecordController->main();
47 $newRecordController->printContent();
$newRecordController
Definition: db_new.php:45
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]