What is components in yii?
Answer / Amjad Ahmad
Components are reusable parts of Yii applications that provide common functionalities. Components can be used by both controllers and models to perform tasks like session management, URL management, user authentication, error handling, etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Who was the developer of the yii and when was it build?
How to set default controller on yii project ?
How to pass parameters from controller to layout in yii2?
How to use asset bundles in yii?
What is cformmodel in yii framework ?
what is meant by yii framework?
What is the component, helper and why are they used, is there other way we can do same thing, what is better?
What is cactiverecord in yii framework ?
In yii, how to get ip address?
What are formatter in yii 2.0?
How to use form validations in yii?
How to customizing helper classes in yii framework?