We introduced some UI components supported by the Yii framework earlier. In addition to the UI components introduced earlier, the Yii framework also provides the Zii component library, including the list view ListView, the table view GridView, and also includes some UI components based on JQuery. Such as AutoComplete, DataPicker, Button, Drag and Drop, etc. Zii components are mainly defined in packages zii.*,zii.widget.*
Because some of the UI components and data sources (Data Provider) are closely related, so we need to first introduce the database interface supported by Yii. The next article will start to introduce the database access interface of the Yii framework, and then introduce the Zii components one by one. Below are screenshots of some UI components supported by Zii (selected from YiiPlayground).
The above is the content of the PHP development framework Yii Framework tutorial (22) UI component Zii component introduction. For more related content, please pay attention to PHP Chinese website (www.php.cn)!