Welcome Guest, Not a member yet? Register   Sign In
model
#1

hii what is the best way to add additional method to all model
Reply
#2

Create an abstract BaseModel and all models extend it.

See https://github.com/codeigniter4/shield/t...src/Models
Reply
#3

Create custom "Models/AppModel.php" with "class AppModel extends Model" and use new AppModel
Simple CI 4 project for beginners codeigniter-expenses ( topic )
Reply
#4
Thumbs Up 
(This post was last modified: 08-28-2023, 02:10 AM by devo.)

(08-24-2023, 12:17 AM)kenjis Wrote: Create an abstract BaseModel and all models extend it.

See https://github.com/codeigniter4/shield/t...src/Models

thank you for replay and suggetion

(08-24-2023, 12:18 AM)ozornick Wrote: Create custom "Models/AppModel.php" with "class AppModel extends Model" and use new AppModel

thank you for replay and suggetion
Reply




Theme © iAndrew 2016 - Forum software by © MyBB