|
TYPO3 API
SVNRelease
|
Go to the source code of this file.
Variables | |
| $res = $GLOBALS['TYPO3_DB']->exec_SELECTquery('uid', 'pages', 'title LIKE '.$GLOBALS['TYPO3_DB']->fullQuoteStr($name.$date, 'pages')) | |
| $row = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($res) | |
| $value = $row['uid'] | |
| if($value=='') | $items = t3lib_div::intExplode(',',$value) |
| if ($value=='') $items = t3lib_div::intExplode(',',$value) |
Definition at line 70 of file makeMenu_datedirectory.inc.
| $res = $GLOBALS['TYPO3_DB']->exec_SELECTquery('uid', 'pages', 'title LIKE '.$GLOBALS['TYPO3_DB']->fullQuoteStr($name.$date, 'pages')) |
Definition at line 62 of file makeMenu_datedirectory.inc.
| $row = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($res) |
Definition at line 63 of file makeMenu_datedirectory.inc.
| $value = $row['uid'] |
Definition at line 65 of file makeMenu_datedirectory.inc.
1.8.0