"TYPO3 4.0.1: SC_db_new Class Reference", "datetime" => "Sat Dec 2 19:25:27 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
Public Member Functions | |
init () | |
main () | |
pagesOnly () | |
regularNew () | |
printContent () | |
linkWrap ($code, $table, $pid, $addContentTable=0) | |
isTableAllowedForThisPage ($pid_row, $checkTable) | |
showNewRecLink ($table, $allowedNewTables='') | |
Public Attributes | |
$pageinfo | |
$pidInfo | |
$newPagesInto | |
$newContentInto | |
$newPagesAfter | |
$web_list_modTSconfig | |
$allowedNewTables | |
$web_list_modTSconfig_pid | |
$allowedNewTables_pid | |
$code | |
$R_URI | |
$id | |
$returnUrl | |
$pagesOnly | |
$perms_clause | |
$doc | |
$content |
Definition at line 128 of file db_new.php.
|
Constructor function for the class
Definition at line 157 of file db_new.php. References t3lib_div::_GP(), t3lib_BEfunc::getRecord(), t3lib_div::makeInstance(), pagesOnly(), and t3lib_BEfunc::readPageAccess(). |
|
Returns true if the tablename $checkTable is allowed to be created on the page with record $pid_row
Definition at line 493 of file db_new.php. References t3lib_div::inList(). Referenced by regularNew(). |
|
Links the string $code to a create-new form for a record in $table created on page $pid
Definition at line 473 of file db_new.php. References t3lib_BEfunc::editOnClick(). Referenced by regularNew(). |
|
Main processing, creating the list of new record tables to select from
Definition at line 224 of file db_new.php. References t3lib_BEfunc::getModTSconfig(), pagesOnly(), regularNew(), showNewRecLink(), and t3lib_div::trimExplode(). |
|
Creates the position map for pages wizard
Definition at line 276 of file db_new.php. References t3lib_BEfunc::cshItem(), and t3lib_div::makeInstance(). |
|
Ending page output and echo'ing content to browser.
Definition at line 458 of file db_new.php. |
|
Create a regular new element (pages and records)
Definition at line 294 of file db_new.php. References t3lib_BEfunc::cshItem(), t3lib_extMgm::extRelPath(), t3lib_iconWorks::getIconImage(), t3lib_extMgm::isLoaded(), isTableAllowedForThisPage(), linkWrap(), showNewRecLink(), and t3lib_iconWorks::skinImg(). Referenced by main(). |
|
Returns true if the $table tablename is found in $allowedNewTables (or if $allowedNewTables is empty)
Definition at line 523 of file db_new.php. References $allowedNewTables. Referenced by main(), and regularNew(). |