-=[ Mr. Bumblebee ]=-
_Indonesia_
<?php
# skin file
$skins = $skin->skin ( array ( 'frm' => 'FORM' , 'rep' => 'REPEAT' , 'none' => 'NONE' ) , $skinfile ) ;
# get data
$repeat = '' ;
$query = " from tbl_{$total[table]} where keycode='{$total[code]}' {$search_query[total]} order by numid desc " ;
$columns = " numid , confirm_type , write_date , username , tel " ;
$total = $exe->qry_list ( $query , $columns , $total ) ;
while ( $rs = $exe->fetch ( $total['execute'] ))
{
$rs['recno'] = $total['recno'] ;
$total['recno']-- ;
$rs['username'] = '<a href="' . $total['cmnall'] . '&mode=view&numid=' . $rs['numid'] . '">' . $rs['username'] . '</a>' ;
$rs['new_image'] = date_new ( $rs['write_date'] , 3 , '<img src="/img/board_icon/new.gif" align="absmiddle" >' ) ;
$rs['write_date'] = ucf_date_format($rs['write_date'] , 'Y-m-d' ) ;
$repeat.= str_foreach ( $rs , 'RS' , $skins['rep'] ) ;
}
if ( $total['totalcount'] < 1 ) $repeat = $skins['none'] ;
$total = $exe->paging( $total['cmnval'] . '&mode=' . $total['mode'] , $total ) ;
# end
$result = str_foreach ( array ( 'repeat' => $repeat ) , 'INFO' , $skins['frm'] ) ;
?>
Copyright © 2017 || Recoded By Mr.Bumblebee