Benifits of yii over other frameworks?
Answer / Neha Agrawal
Some benefits of Yii over other PHP frameworks include:n- High performance due to its use of caching and other optimizationsn- Built-in authentication and authorization supportn- Extensive set of pre-built UI components (widgets)n- ActiveRecord pattern for working with databasesn- Large community and active development.
| Is This Answer Correct ? | 0 Yes | 0 No |
How we can remove index.php from url in yii?
How to compare yii with other frameworks? Explain
What is the directory structure of yii2?
What is the first function that gets loaded from a controller?
How can you include a javascript menu throught the site? Give steps
What are the application structure of yii 2.0 framework?
What are the type of models available in yii framework ?
How do you continue when you have to use yii for any application?
How to configure yii application with database?
How to pass parameters from controller to layout in yii2?
What is the naming convention inyii?
What are components in yii 2?