|
KumbiaPHP beta2-dev
Framework PHP en español
|
Ir al código fuente de este archivo.
Estructuras de datos | |
| class | KumbiaView |
Namespaces | |
| namespace | Core |
Copyright (c) 2005-2012 KumbiaPHP Team (http://www.kumbiaphp.com) http://wiki.kumbiaphp.com/Licencia New BSD License | |
Funciones | |
| h ($s, $charset=APP_CHARSET) | |
| Atajo para htmlspecialchars, por defecto toma el charset de la aplicacion. | |
| eh ($s, $charset=APP_CHARSET) | |
| Atajo para echo + htmlspecialchars, por defecto toma el charset de la aplicacion. | |
| eh | ( | $ | s, |
| $ | charset = APP_CHARSET |
||
| ) |
Atajo para echo + htmlspecialchars, por defecto toma el charset de la aplicacion.
| string | $s | |
| string | $charset |
Definición en la línea 341 del archivo kumbia_view.php.
| h | ( | $ | s, |
| $ | charset = APP_CHARSET |
||
| ) |
Atajo para htmlspecialchars, por defecto toma el charset de la aplicacion.
| string | $s | |
| string | $charset |
Definición en la línea 328 del archivo kumbia_view.php.
1.7.4