Page life cycle of MVC - ablealias/MVC GitHub Wiki
page life cycle of MVC
Below are the processed followed in the sequence -
- App initialization
- Routing
- Instantiate and execute controller
- Locate and invoke controller action
- Instantiate and render view.