InterviewSolution
Saved Bookmarks
| 1. |
What is widgets in Yii? How we can use it? |
|
Answer» Widgets are INSTANCES of CWidget or their CHILD class. This component is primarily for PRESENTATIONAL purposes and is embedded in the view script to HELP generate a complex UI. |
|