Answer Posted / Ankit Verma
The Yii application life cycle consists of several phases, including:n1. Bootstrap: The bootstrap phase initializes the environment and sets up the necessary components.n2. Request handling: During this phase, the request is processed, and the appropriate controller action is executed.n3. Application execution: The application executes the requested controller action, which may involve database operations or rendering views.n4. Response rendering: Once the action is completed, the response is generated and sent to the client.n5. Shutdown: The application shuts down after the response is sent.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers