예제 #1
0
파일: web.php 프로젝트: kaspernj/knjphpfw
	function inputs($args){
		$html = "";
		foreach($args AS $arg){
			$html .= web::input($arg);
		}
		
		return $html;
	}