-=[ Mr. Bumblebee ]=-
_Indonesia_
<?php
# skin file
$skins = $skin->skin ( array (
'frm' => 'FORM' ,
'rep' => 'REPEAT'
) , $skinfile ) ;
# get list
$info['repeat'] = '' ;
$total = $exe->qry_list ( " from tbl_{$total[table]} order by numid desc " , " * " , $total ) ;
if ( $total['totalcount'] > 0 ) {
while ( $rs = $exe->fetch($total['execute'])) {
$info['repeat'].= str_foreach ( $rs , 'RS' , $skins['rep'] ) ;
}
}
# paging
$total = $exe->paging( $total['cmnval'] . '&mode=' . $total['mode'] , $total ) ;
# end
$result = str_foreach ( $info , 'INFO' , $skins['frm'] ) ;
?>
Copyright © 2017 || Recoded By Mr.Bumblebee