Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 392 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 392 Bytes

simple-models

Lightweight models for CodeIgniter4

These models are an alternative for those who do not wish to use an RDBMS to persist their data. They would suit small tables.

They have not been optimized - simplicity is the goal.

The models maintain an in-memory array of the records in a table, loading it when an object is instantiated, and storing it when the collection changes.