The best practice to use BaseModel
is using My_model
to extend for every models, you could refer the document Use My_model to Extend BaseModel for every Models for building the structure in your Codeigniter application.
-
User ACL
For RBAC structure. -
Request Log
For Log Model implement with IP and User-Agent concern.