Posted On: Apr 29, 2024
Components are an independent set of code written to perform specific tasks in controllers. Yii applications are built upon components which are objects written to a specification. A component is an instance of a component or its derived class. Using a component mainly involves accessing its properties and raising/handling its events. The base class CComponent specifies how to define properties and events.
Also, Read Core PHP Interview Questions
Never Miss an Articles from us.
Which PHP version is required to install Yii 0 ?..
The latest version of Yii 2 is 2.0.15, released on March 20, 2018...