Contribuciones del usuario
De KumbiaPHP Framework Wiki
- 16:42 16 mar 2015 dif hist 0 m Como buscar y filtrar por fecha Admin movió la página Tutorial-busqueda-filtrada-por-fecha a Como buscar y filtrar por fecha última
- 16:42 16 mar 2015 dif hist +49 N Tutorial-busqueda-filtrada-por-fecha Admin movió la página Tutorial-busqueda-filtrada-por-fecha a Como buscar y filtrar por fecha última
- 22:06 3 mar 2015 dif hist 0 N Archivo:Blue arrow box.png última
- 12:43 3 mar 2015 dif hist -12 Validando formulario con clase kumbia validate →Modelo: sendform.php
- 11:56 3 mar 2015 dif hist -24 Validando formulario con clase kumbia validate →Modelo: sendform.php
- 11:50 3 mar 2015 dif hist +18 Validando formulario con clase kumbia validate
- 11:42 3 mar 2015 dif hist +9 Validando formulario con clase kumbia validate
- 13:41 5 jul 2013 dif hist -2 Team Development KumbiaPHP Framework →KumbiaPHP Team Developers última
- 22:25 1 mar 2009 dif hist +6 Asociaciones →Tienes un (has_one)
- 22:25 1 mar 2009 dif hist +18 Asociaciones →Tiene y pertenece a muchos (has_and_belongs_to_many)
- 22:24 1 mar 2009 dif hist +12 Asociaciones →Tiene muchos (has_many)
- 22:24 1 mar 2009 dif hist +24 Asociaciones →Tienes un (has_one)
- 22:17 1 mar 2009 dif hist +266 Asociaciones
- 22:14 1 mar 2009 dif hist +6071 N Asociaciones Página creada con 'Muchas aplicaciones trabajan con múltiples tablas en una base de datos y normalmente hay relaciones entre esas tablas. Por ejemplo, una ciudad puede ser el hogar de muchos clie...'
- 22:11 1 mar 2009 dif hist +55 Indice
- 21:39 1 mar 2009 dif hist +93 Consultas →find
- 15:45 1 mar 2009 dif hist +277 Indice
- 15:44 1 mar 2009 dif hist -22 Callbacks ActiveRecord
- 15:43 1 mar 2009 dif hist +4260 N Callbacks ActiveRecord Página creada con 'El ActiveRecord controla el ciclo de vida de los objetos creados y leídos, supervisando cuando se modifican, se almacenan o se borran. Usando callbacks (o eventos), el ActiveRe...'
- 15:41 1 mar 2009 dif hist +34 Indice
- 15:37 1 mar 2009 dif hist +386 N Otros Métodos Página creada con '=sql (string $sql) = Esta función nos permite ejecutar sentencias SQL directamente en el motor de base de datos. La idea es que el uso de este método no debería ser común e...' última
- 15:35 1 mar 2009 dif hist +3055 N Validación Página creada con '=validates_presence_of = Cuando este método es llamado desde el constructor de una clase ActiveRecord, obliga a que se valide la presencia de los campos definidos en la lista....'
- 15:29 1 mar 2009 dif hist +3 Indice →Promedios, Máximo y Mínimo
- 15:29 1 mar 2009 dif hist -126 Indice →Promedios, Máximo y Mínimo
- 15:28 1 mar 2009 dif hist -98 Indice →Conteos y Sumatorios
- 15:27 1 mar 2009 dif hist +2316 N Creación-Actualización-Borrado de Registros Página creada con '=create = Crea un registro a partir de los valores de los atributos del objeto ActiveRecord. <source lang=php line> $Album = new Album(); $Album->nombre = “Take Off Your Pa...'
- 15:23 1 mar 2009 dif hist +863 N Promedios, Máximo y Mínimo Página creada con '=average= Busca el valor promedio para un atributo de alguna entidad, emula la función de agrupamiento average en el lenguaje SQL. <source lang=php line> $promedio = $Product...'
- 15:18 1 mar 2009 dif hist +14 Consultas →distinct
- 15:07 1 mar 2009 dif hist +10 Consultas →distinct
- 15:06 1 mar 2009 dif hist -5 Consultas →find_all_by_sql (string $sql)
- 15:05 1 mar 2009 dif hist -2 Consultas →find_by_sql (string $sql)
- 15:04 1 mar 2009 dif hist +7 Consultas →find_first
- 15:03 1 mar 2009 dif hist -15 Consultas →find
- 15:02 1 mar 2009 dif hist -2 Consultas →limit
- 15:02 1 mar 2009 dif hist -3 Consultas →select_one(string $select_query)
- 15:01 1 mar 2009 dif hist -3 Consultas →select_one(string $select_query) (static)
- 15:01 1 mar 2009 dif hist -2 Consultas →find_all_by
- 15:01 1 mar 2009 dif hist +4 Consultas →exists
- 15:00 1 mar 2009 dif hist -12 Consultas →exists
- 15:00 1 mar 2009 dif hist -1 Consultas →find_by_*campo*
- 15:00 1 mar 2009 dif hist 0 Consultas →find_all_by_*campo*
- 14:59 1 mar 2009 dif hist +9677 N Consultas Página creada con 'A continuación veremos una referencia de los métodos que posee la clase ActiveRecord y su funcionalidad respectiva. Éstos se encuentran organizados alfabéticamente: =Consu...'
- 14:50 1 mar 2009 dif hist 0 MODELOS →fetch_array()
- 14:49 1 mar 2009 dif hist +10 MODELOS →fetch_array()
- 14:44 1 mar 2009 dif hist +1 Indice →MODELOS
- 14:43 1 mar 2009 dif hist -784 Indice →MODELOS
- 14:40 1 mar 2009 dif hist +1474 Indice →MODELOS
- 14:39 1 mar 2009 dif hist +11 MODELOS →La Clase DdBase
- 14:38 1 mar 2009 dif hist +46 MODELOS →connect()
- 14:34 1 mar 2009 dif hist +33 MODELOS →query()