Gii – Generating Controller, Let us see how to generate a Controller.…Read More
Gii – Generating Module, Let us see how to generate a Module.…Read More
Yii – Localization, I18N (Internationalization) is the process of designing an application that can be adapted to various languages. Yii offers a full spectrum of I18N features.…Read More
Yii – Gii, Gii is the extension, that provides a web-based code generator for generating models, forms, modules, CRUD, and so forth.…Read More
Yii – Error Handling, Yii includes a built-in error handler. The Yii error handler does the following −…Read More
Yii – Authentication, The process of verifying the identity of a user is called authentication. It usually uses a username and a password to judge whether the user is one who he clai…Read More
Yii – Authorization, The process of verifying that a user has enough permission to do something is called authorization. Yii provides an ACF (Access Control Filter), an authorizatio…Read More
Yii – Aliases, Aliases help you not to hard-code absolute paths or URLs in your project. An alias starts with the @ character.…Read More
Yii – Logging, Yii provides a highly customizable and extensible framework. With the help of this framework, you can easily log various types of messages.…Read More