###---------------------------------------------------------------------------------------------
  Copyright 2015 - 2015 Arcane Project
  
###
package Form

###---------------------------------------------------------------------------------------------
 # This class represents for automated form validation and design
 # using bootstrap.
 # 
 # @author 	[name]
 # @version [version]
 ###
class Form 

	###
	# Default Settings
	#
	# @method _POST, _GET and _FILES
	###
	defaults:
		method: '_POST'