![]() |
KumbiaPHP
beta2
Framework PHP
|
Métodos públicos estáticos | |
| static | getFieldData ($field, $value=null, $filter=true) |
| static | getFieldDataCheck ($field, $checkValue, $checked=null) |
| static | getFieldValue ($field, $filter=true) |
| static | input ($type, $field, $attrs=NULL, $value=NULL) |
| static | open ($action=NULL, $method= 'post', $attrs=NULL) |
| static | openMultipart ($action=NULL, $attrs=NULL) |
| static | close () |
| static | submit ($text, $attrs=NULL) |
| static | reset ($text, $attrs=NULL) |
| static | button ($text, $attrs=NULL) |
| static | label ($text, $field, $attrs=NULL) |
| static | text ($field, $attrs=NULL, $value=NULL) |
| static | select ($field, $data, $attrs=NULL, $value=NULL) |
| static | check ($field, $checkValue, $attrs=NULL, $checked=NULL) |
| static | radio ($field, $radioValue, $attrs=NULL, $checked=NULL) |
| static | submitImage ($img, $attrs=NULL) |
| static | hidden ($field, $attrs=NULL, $value=NULL) |
| static | pass ($field, $attrs=NULL, $value=NULL) |
| static | dbSelect ($field, $show=NULL, $data=NULL, $blank= 'Seleccione', $attrs=NULL, $value=NULL) |
| static | file ($field, $attrs=NULL) |
| static | textarea ($field, $attrs=NULL, $value=NULL) |
| static | date ($field, $attrs=NULL, $value=NULL) |
| static | datepicker ($field, $class=NULL, $attrs=NULL, $value=NULL) |
| static | time ($field, $attrs=NULL, $value=NULL) |
| static | datetime ($field, $attrs=NULL, $value=NULL) |
| static | number ($field, $attrs=NULL, $value=NULL) |
| static | url ($field, $attrs=NULL, $value=NULL) |
| static | email ($field, $attrs=NULL, $value=NULL) |
Atributos protegidos estáticos | |
| static | $_radios = array() |
| static | $_multipart = FALSE |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Crea un campo select que toma los valores de un array de objetos
| string | $field | Nombre de campo |
| string | $show | Campo que se mostrara (opcional) |
| array | $data | Array('modelo','metodo','param') (opcional) |
| string | $blank | Campo en blanco (opcional) |
| string | array | $attrs | Atributos de campo (opcional) |
| string | array | $value | (opcional) Array en select multiple |
|
static |
|
static |
|
static |
Obtiene el valor de un componente tomado del mismo valor del nombre del campo y formulario que corresponda a un atributo del mismo nombre que sea un string, objeto o array.
| string | $field | |
| mixed | $value | valor de campo |
| boolean | $filter | filtrar caracteres especiales html |
|
static |
Obtiene el valor de un componente check tomado del mismo valor del nombre del campo y formulario que corresponda a un atributo del mismo nombre que sea un string, objeto o array.
| string | $field | |
| string | $checkValue | |
| boolean | $checked |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
1.8.4