-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /var/www/html/zbk_admin.bk.200925/php/member/
File Upload :
Current File : /var/www/html/zbk_admin.bk.200925/php/member/skn.out.php

<?php

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

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

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

	$repeat = '' ;
	$total = $exe->qry_list ( " from tbl_{$total[table]}_out where keycode='{$total[code]}' {$search_query[total]} order by write_date desc , numid desc " , " numid , real_id , name ,write_date , ip , title , contents " , $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' ) ;
		$rs['id'] = $rs['real_id'] ;

		$repeat.= str_foreach ( $rs , 'RS' , $skins['rep']) ;
	}
	// °Ô½Ã¹°ÀÌ Çϳªµµ ¾øÀ¸¸é
	if ( $total['totalcount'] < 1 ) $repeat = $skins['none'] ;

#######################################################
// paging
#######################################################

	$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