Esempio n. 1
0
	function inputs($args){
		$html = "";
		foreach($args AS $arg){
			$html .= web::input($arg);
		}
		
		return $html;
	}