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

Optional models for CodeIgniter4

License

Notifications You must be signed in to change notification settings

jedi-academy/simple-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Optional models for CodeIgniter4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages