static
void
form
( $name, $view, [ $method = "POST"], [ $input = NULL])
-
$name
-
$view
-
$method
-
$input
void
action
( $value, [ $options = NULL])
void
button
( $name, $value, [ $options = NULL])
void
checkbox
( $name, [ $value = ''], [ $status = false], [ $options = NULL])
-
$name
-
$value
-
$status
-
$options
void
file
( $name, [ $options = NULL])
void
hidden
( $name, [ $value = ''], [ $options = NULL])
void
input
( $type, $name, [ $value = ''], [ $options = NULL])
-
$type
-
$name
-
$value
-
$options
void
options
([ $options = NULL])
void
password
( $name, [ $value = ''], [ $options = NULL])
void
radio
( $name, [ $value = ''], [ $status = false], [ $options = NULL])
-
$name
-
$value
-
$status
-
$options
void
select
( $name, [ $values = ''], [ $default = NULL], [ $options = NULL])
-
$name
-
$values
-
$default
-
$options
void
selectvalues
( $inputs, [ $default = NULL])
void
submit
( $name, [ $value = 'Submit'], [ $options = NULL])
void
text
( $name, [ $value = ''], [ $options = NULL])
void
textarea
( $name, [ $value = ''], [ $options = NULL])
void
upload
( $fname, $name, $view, $callback, [ $input = NULL], [ $options = NULL])
-
$fname
-
$name
-
$view
-
$callback
-
$input
-
$options