-=[ Mr. Bumblebee ]=-
_Indonesia_
<?php
# skin file
$skins = $skin->skin ( array (
'frm' => 'FORM' ,
'rep' => 'REPEAT' ,
'none' => 'NONE'
) , $skinfile ) ;
# button
$total['btn_write'] = '<a href="' . $total['cmnall'] . '&mode=write">' . $button_adminmode['btn_write'] . '</a>' ;
# get data
$repeat = '' ;
$total = $exe->qry_list ( " from tbl_{$total[table]}_event as t1 where 1 {$search_query[total]} " .
" order by numid desc " , " numid , keycode , imagefile , title , display_type , c1_no , c2_no , c3_no , ( select title from tbl_{$total[table]}_category where c1_no = t1.c1_no and c2_no = t1.c2_no and numid = t1.c3_no ) as c3_title " , $total ) ;
while ( $rs = $exe->fetch ( $total['execute'] ))
{
$rs['recno'] = $total['recno'] ;
$total['recno']-- ;
$rs['category'] = $c1[$rs['c1_no']][0] . ' > ' . $c1[$rs['c1_no']][1][$rs['c2_no']][0] . ( !empty($rs['c3_no']) ? ' > ' . $rs['c3_title'] : '' ) ;
$rs['display_type'] = $define_shop['°ø°³2'][$rs['display_type']] ;
$rs['imagefile'] = ( !empty($rs['imagefile']))?'O':'X' ;
$repeat.= str_foreach ( $rs , 'RS' , $skins['rep'] ) ;
}
if ( $total['totalcount'] < 1 ) $repeat = $skins['none'] ;
$total = $exe->paging( $total['cmnval'] . '&mode=' . $total['mode'] , $total ) ;
$info['repeat'] = $repeat ;
# end
$result = str_foreach ( $info , 'INFO' , $skins['frm'] ) ;
?>
Copyright © 2017 || Recoded By Mr.Bumblebee