Download the PHP package kumbia/activerecord without Composer
On this page you can find all versions of the php package kumbia/activerecord. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kumbia/activerecord
More information about kumbia/activerecord
Files in kumbia/activerecord
Download kumbia/activerecord
More information about kumbia/activerecord
Files in kumbia/activerecord
Vendor kumbia
Package activerecord
Short Description Fast ActiveRecord
License BSD-3-Clause
Homepage https://github.com/KumbiaPHP/ActiveRecord
Package activerecord
Short Description Fast ActiveRecord
License BSD-3-Clause
Homepage https://github.com/KumbiaPHP/ActiveRecord
Please rate this library. Is it a good library?
Informations about the package activerecord
ESPAÑOL - ENGLISH
ActiveRecord
Nuevo ActiveRecord en desarrollo.
No usar en producción
Instalar con composer en KumbiaPHP
Necesita KumbiaPHP > 0.9RC
-
Crear el archivo composer.json en la raiz del proyecto:
-
Añadir el siguiente código:
-
Ejecutar el comando composer install
- Seguir los pasos 2 y 3 de la siguiente sección.
Instalar en KumbiaPHP
Necesita KumbiaPHP > 0.9RC
-
Copiar config/config_databases.php en app/config/databases.php y configurar
- (Opcional) Añadir en app/libs/ : act_record.php
LiteRecord
Para los que prefieren SQL y las ventajas de un ORM, incluye un mini ActiveRecord
ActRecord
ActiveRecord completo
Ejemplo
Modelo
O directamente sin clase padre
Controller
Uso de métodos en LiteRecord
Filtrar datos
DML / Crear, actualizar, borrar
All versions of activerecord with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4.0
ext-pdo Version *
ext-pdo Version *
The package kumbia/activerecord contains the following files
Loading the files please wait ....