🧪 Yii PHP web application framework MCQ Quiz Hub

PHP Yii MCQ Questions

Choose a topic to test your knowledge and improve your Yii PHP web application framework skills

1. Which of the following is true about Yii?




2. The r parameter in the URL stands for ?




3. Which folder entry point from web?




4. To create a model, you should extend the?




5. The _______ function should normalize the widget properties.




6. A ________ is an entity that has its own models, views, controllers, and possibly other modules.




7. Which of the following is true about External Assets?




8. Yii is equipped with a Web-based code generation tool called




9. Which represents a query criteria, such as conditions, ordering by, limit/offset?




10. The asset manager in Yii converts assets in extended syntax into CSS and JS, automatically.




11. Which of the following is not a feature of Yii?




12. Which folder contains all the third-party packages managed by Composer?




13. . The global constants should be defined at the __________ of an entry script.




14. A ________ is a reusable client-side code, which contains HTML, CSS, and JS.




15. To use a widget in a View, you should call the yiiaseWidget::widget() function.




16. Yii manages assets in ?




17. Which assestbundles Includes the yii.js file?




18. when you write a new widget, which class you are extending?




19. To access a database table, we first need to define an AR class by extending




20. Cookies are plain text files stored on the client side.