1. What is Yii framework?
2. What are the features of yii framework?
3. What is MVC?/ Explain about model, view, controller?
4. What is the first function that gets loaded from a controller?
5. How to connect to the database in YII?
6. How to enable gii in yii?
7. How to enable url manager in yii?
8. Discuss the controller and its method convention in yii.
9. What is component in yii?
10. How many ways you can work with database in yii? Discuss.
11. How to add external javascript in YII?
12. Name the configuration file in YII and where it is located?
13. How to activate mysql database driver in yii and in which file you have to work?
14. How to import custom classes in yii?
15. How to autoload resources in YII?
16. Discuss the path aliases in YII.
17. Name the application types bundled with YII.
18. Name five important component names in YII.
19. Name some YII core collection classes.
20. How can you configure URL rules in YII?
21. Discuss the format of Internal route in YII
22. What is the difference between renderPartial and render method when outputting view?
23. Discuss the function of clips in YII. How to use clip?
24. What is decorator in YII?
25. What are the advantages of managing assets in YII?
26. How and where can you add a client side script in YII?
27. How can you add css file in YII?
28. How to access application configuration parameters in YII?
29. In order to upload file, which html form attributes you have to take.
30. Discuss the advantages of using gii in YII.
31. What are the functions of ZII in YII.
32. Define widgets in Yii.
33. What is a CDB criterion in Yii?
34. What is Active Record in Yii?
35. What is Data Provider?
Comments 0