-=[ 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]} where 1 {$search_query[total]} " .
" order by numid desc " , " numid , keycode , title " , $total ) ;
while ( $rs = $exe->fetch ( $total['execute'] ))
{
$rs['recno'] = $total['recno'] ;
$total['recno']-- ;
$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