Cheetah
|
Go to the source code of this file.
Functions | |
showEditFormCustom ( $aItem) | |
showEditFormTop ( $aItem) | |
createNewElement ( $type, $source) | |
echoMenuEditMsg ( $text, $color='black') | |
saveItem ( $id, $aItem) | |
saveOrders ( $sTop, $aCustom) | |
Variables | |
$logged ['admin'] = member_auth( 1, true, true ) | |
if(ch_get('action') !==false) | $sTopQuery = "SELECT `id`, `title` FROM `sys_menu_admin` WHERE `parent_id`='0' ORDER BY `order`" |
$rTopItems = db_res( $sTopQuery ) | |
$sAllTopQuery = "SELECT * FROM (SELECT `id` + 1000 AS `id`, `title` FROM `sys_menu_admin` WHERE `parent_id`='0' UNION SELECT `id`, `title` FROM `sys_menu_admin`) AS `t`" | |
$aAllTopItems = $GLOBALS['MySQL']->getPairs($sAllTopQuery, 'id', 'title') | |
$sComposerInit | |
$iIndex = 0 | |
$iNameIndex = 12 | |
$_page | |
$sContent | |
$_page_cont [$iNameIndex]['page_main_code'] = DesignBoxAdmin(_t('_adm_ambuilder_title'), $sContent) | |
createNewElement | ( | $type, | |
$source | |||
) |
Definition at line 319 of file menu_compose_admin.php.
echoMenuEditMsg | ( | $text, | |
$color = 'black' |
|||
) |
Definition at line 380 of file menu_compose_admin.php.
saveItem | ( | $id, | |
$aItem | |||
) |
Definition at line 387 of file menu_compose_admin.php.
saveOrders | ( | $sTop, | |
$aCustom | |||
) |
Definition at line 408 of file menu_compose_admin.php.
showEditFormCustom | ( | $aItem | ) |
Definition at line 189 of file menu_compose_admin.php.
showEditFormTop | ( | $aItem | ) |
Definition at line 261 of file menu_compose_admin.php.
$_page |
Definition at line 173 of file menu_compose_admin.php.
$_page_cont[ $iNameIndex][ 'page_main_code'] = DesignBoxAdmin(_t('_adm_ambuilder_title'), $sContent) |
Definition at line 184 of file menu_compose_admin.php.
$aAllTopItems = $GLOBALS['MySQL']->getPairs($sAllTopQuery, 'id', 'title') |
Definition at line 108 of file menu_compose_admin.php.
$iIndex = 0 |
Definition at line 135 of file menu_compose_admin.php.
$iNameIndex = 12 |
Definition at line 172 of file menu_compose_admin.php.
$logged[ 'admin'] = member_auth( 1, true, true ) |
This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/
Definition at line 19 of file menu_compose_admin.php.
$rTopItems = db_res( $sTopQuery ) |
Definition at line 105 of file menu_compose_admin.php.
$sAllTopQuery = "SELECT * FROM (SELECT `id` + 1000 AS `id`, `title` FROM `sys_menu_admin` WHERE `parent_id`='0' UNION SELECT `id`, `title` FROM `sys_menu_admin`) AS `t`" |
Definition at line 107 of file menu_compose_admin.php.
Definition at line 110 of file menu_compose_admin.php.
$sContent |
Definition at line 180 of file menu_compose_admin.php.