-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /var/www/html/z_admin_cashtest/php/torder/
File Upload :
Current File : /var/www/html/z_admin_cashtest/php/torder/skn.list.php

<?php

########################################################
// skin file
########################################################

	$skins = $skin->skin ( array (
								'frm'		=> 'FORM' ,
								'rep'		=> 'REPEAT' ,
								'none'		=> 'NONE'
							) , $skinfile ) ;

########################################################
// get data
########################################################

	$repeat = '' ;
	$total = $exe->qry_list (	" from tbl_{$total[table]} where 1 {$search_query[total]} " .
								" order by numid desc " , " numid, write_date , username , tel , hp , apply_chk , is_reply , sum_total " , $total ) ;
	while ( $rs = $exe->fetch ( $total['execute'] ))
	{
		$rs['recno'] = $total['recno'] ;
		$total['recno']-- ;
		$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 ) ;

	$info['repeat'] = $repeat ;

	$info['n_states'] = script_array( $t_send ) ;
	$info['n_state'] = str_extract( explode( ',' , $total['ftyp'] ) , explode( ',' , $total['fbox'] ) , 'n_state' , 'string' ) ;

########################################################
// end
########################################################

	$result = str_foreach ( $info , 'INFO' , $skins['frm'] ) ;

?>

Copyright © 2017 || Recoded By Mr.Bumblebee