fabrizio
fabrizio

Reputation: 259

call function before start other function codeigniter

I recently red the documentation about laravel, "i think is a good framewrok but in my project i'm using codeigniter", there is Request Lifecycle that how i understood it allow a call before start any other action, example is useful for check if the user is logged. My question is there is something similar on codeigniter framework?

Upvotes: 0

Views: 81

Answers (1)

Mohamed Nagy
Mohamed Nagy

Reputation: 1058

you may be need to take a look at Hooks

Upvotes: 1

Related Questions