KumbiaPHP beta2-dev
Framework PHP en español
Lista de obsoletos

Clase ApplicationController
Ahora se usa AppController. Se eliminará despues de la beta2. Se mantiene para portar apps fácilmente de 0.5 y beta1.

Namespace ControllerDeprecated

Antiguo controller (legacy) Se eliminará despues de la beta2

Ahora se usa AppController.

Global ControllerDeprecated::cache ($time, $type= 'view', $group=FALSE)
Ahora se usa View::cache(), ya que esta cache es de view

Global ControllerDeprecated::has_get ($var)
Ahora se usa Input::hasGet()

Global ControllerDeprecated::has_post ($var)
Ahora se usa Input::hasPost()

Global ControllerDeprecated::has_request ($var)
Ahora se usa Input::hasRequest()

Global ControllerDeprecated::is_ajax ()
Ahora se usa Input::isAjax()

Global ControllerDeprecated::redirect ($controller, $seconds=NULL)
Ahora se usa return Router::redirect()

Global ControllerDeprecated::render ($view, $template=FALSE)
Ahora se usa View::select()

Global ControllerDeprecated::route_to ()
Mejor usar return Router::route_to()

Global ControllerDeprecated::set_response ($type, $template=FALSE)
Ahora se usa View::response()

Global DbPDO::affected_rows ($pdo_statement='')

Global DbPDO::num_rows ($pdo_statement='')

Global Flash::notice ($text)
ahora Flah::info()

Global Flash::success ($text)
ahora Flash::valid()

Namespace Helpers
Antiguo helper html (legacy).

Global Html::trClass ($class, $attrs=NULL)
Mejor usar CSS

Global Html::trClassStart ()
Mejor usar CSS

Namespace Report

Antiguo generar de reportes heredado (legacy).

Antiguo generador de reportes (legacy) Copyright (c) 2005-2012 Kumbia Team (http://www.kumbiaphp.com) http://wiki.kumbiaphp.com/Licencia New BSD License

Antiguo generador de reportes (legacy) Copyright (c) 2005-2012 Kumbia Team (http://www.kumbiaphp.com) http://wiki.kumbiaphp.com/Licencia New BSD License

Antiguo generador de reportes (legacy) Copyright (c) 2005-2012 Kumbia Team (http://www.kumbiaphp.com) http://wiki.kumbiaphp.com/Licencia New BSD License

Antiguo generador de reportes

Global tr_color ()

Global Util::array_insert (&$array, $position, $insert)
No es necesario

Global Util::array_merge_overwrite ($a1, $a2)

Global Util::mkpath ($path)

Global Util::removedir ($dir)
 Todo Estructuras de Datos Namespaces Archivos Funciones Variables Enumeraciones