Welcome Guest, Not a member yet? Register   Sign In
Does the CI3 Application Flowchart also apply to CI4?
#1

CI3 Application Flowchart
I found the above link to the image ideal for visualising the CI3 Application Flow and especially when comparing with the maximum log threshold results.
Is there a separate CI4 version or is the flow exactly the same?
Reply
#2

> Is there a separate CI4 version or is the flow exactly the same?

Probably no CI4 version.
The flow is not the same.
Reply
#3

No it does not, I creatred the last CI 3 flow chart, will see about creating a new one for CI4 when I find the time.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#4

How about this?
[Image: pub?w=957&h=220]
Reply
#5

@kenjis , Where does the Events fall into this flow before or after the Controller?
Reply
#6

(This post was last modified: 12-14-2021, 04:47 AM by kenjis.)

Events have many points.
https://codeigniter4.github.io/CodeIgnit...ent-points

post_controller_constructor is executed after a controller construction,
precisely after initController() is called.

A controller is constructed after before filters executions.
Reply
#7

@kenjis , Thank you for clareifing that for us.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB