Choose a topic to test your knowledge and improve your Yii PHP web application framework skills
Which of the following is true about Yii?
The r parameter in the URL stands for ?
Which folder entry point from web?
To create a model, you should extend the?
The _______ function should normalize the widget properties.
A ________ is an entity that has its own models, views, controllers, and possibly other modules.
Which of the following is true about External Assets?
Yii is equipped with a Web-based code generation tool called
Which represents a query criteria, such as conditions, ordering by, limit/offset?
The asset manager in Yii converts assets in extended syntax into CSS and JS, automatically.
Which of the following is not a feature of Yii?
Which folder contains all the third-party packages managed by Composer?
. The global constants should be defined at the __________ of an entry script.
A ________ is a reusable client-side code, which contains HTML, CSS, and JS.
To use a widget in a View, you should call the yiiaseWidget::widget() function.
Yii manages assets in ?
Which assestbundles Includes the yii.js file?
when you write a new widget, which class you are extending?
To access a database table, we first need to define an AR class by extending
Cookies are plain text files stored on the client side.