PHP Class ZbpForm

Show file Open project: zblogcn/zblogphp

Public Methods

Method Description
checkbox ( $name, $array )
hidden ( $name, $value )
options ( $array, $checkedkey )
password ( $name, $value, $width = '150px' )
radio ( $name, $array = ['否', '是'], $checkedkey )
select ( $name, $array, $checkedkey, $change = '' )
text ( $name, $value, $width = '150px' )
textarea ( $name, $value, $width = '250px', $height = '100px' )
zbradio ( $name, $ischecked )

Method Details

checkbox() public static method

public static checkbox ( $name, $array )

hidden() public static method

public static hidden ( $name, $value )

options() public static method

public static options ( $array, $checkedkey )

password() public static method

public static password ( $name, $value, $width = '150px' )

radio() public static method

public static radio ( $name, $array = ['否', '是'], $checkedkey )

select() public static method

public static select ( $name, $array, $checkedkey, $change = '' )

text() public static method

public static text ( $name, $value, $width = '150px' )

textarea() public static method

public static textarea ( $name, $value, $width = '250px', $height = '100px' )

zbradio() public static method

public static zbradio ( $name, $ischecked )