KumbiaPHP  beta2
Framework PHP
 Todo Estructuras de Datos Namespaces Archivos Funciones Variables Páginas
Lista de obsoletos
Global age ()
Global array_insert (&$form, $index, $value, $key=null)
Global array_merge_overwrite ($a1, $a2)
Global array_num_insert (&$array, $index, $value)
Global camelize ($str)
Global comillas ($word)
Global content ()
Namespace Controller
since version 1 Usar rest_controller
Namespace ControllerDeprecated

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

Ahora se usa AppController. Se eliminará despues de la beta2

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 Redirect::route_to()
Global ControllerDeprecated::set_response ($type, $template=FALSE)
Ahora se usa View::response()
Global copy_dir ($source, $target)
Global DbPDO::affected_rows ($pdo_statement=NULL)
Global DbPDO::num_rows ($pdo_statement='')
Global file_extension ($filename)
Global Flash::notice ($text)
ahora Flash::info()
Global Flash::success ($text)
ahora Flash::valid()
Global get_arguments ($params)
Global get_params ($params)
Global get_server_url ($route)
Namespace Helpers
Antiguo helper html (legacy). Se mantiene para facilitar portar apps antiguas. Se eliminará despues de la beta2
Global highlight ($sentence, $what)
Global Html::trClass ($class, $attrs=NULL)
Mejor usar CSS
Global Html::trClassStart ()
Mejor usar CSS
Global join_path ($dirs)
Global KumbiaActiveRecord::create_from_request ($form=null)
No es seguro
Global KumbiaActiveRecord::save_from_request ($form=null)
No es seguro
Global KumbiaView::helpers ($helper)
ahora se cargan automaticamente
Global lcfirst ($s)
Global miles ($a)
Global millones ($a)
Global mirror_range ($start, $end, $step=1)
Global mkpath ($path)
Global money ($number)
Global money_letter ($valor, $moneda, $centavos)
Global my_round ($number, $n=2)
Global object_from_params ($s='')
Global redirect_to ($action, $seconds=0.01)
Global remove_dir ($dir)
Global render_partial ($partial, $time=false, $params=array())
Namespace Report

Antiguo generar de reportes heredado (legacy). Completamente obsoleto

Antiguo generador de reportes (legacy)

Antiguo generador de reportes (legacy)

Antiguo generador de reportes (legacy)

Antiguo generador de reportes

Global roundnumber ($n, $d=0)
Global Router::redirect ($route=null, $seconds=null)
Ahora Redirect::to()
Global Router::toAction ($action, $seconds=null)
Ahora Redirect::toAction()
Global to_human ($num)
Global tr_color ()
Global truncate ($text, $word, $number=0)
Global uncamelize ($str)
Global use_helper ($helper)
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)
Global Util::uncamelize ($str)
mejor usar el metodo smallcase directamente
Global value_num ($a)