[Wiki] Disallowing login for INACTIVE users in Yii
In this wiki I will show how to Disallowing login for Inactive users. Only Active users can logging and access their account. You can set privacy for your yii web apps users. You need to some updations...
View Article[Wiki] Yii Change Password with use of old and repeat password using...
In this wiki I will show how could use a TbActiveForm for changing the old password with help of old, new and repeat password features. In your models (User model) //Define public variable public...
View Article[Extension] google-plus-badge
Yii extension for Google plus badge with custom attributes.
View Article[Wiki] Starting with YII 1.1.x in Windows Environment (WAMP)
As we know YII is the Leading Framework of PHP. Lots of new developers are starting to use YII day by day. Most of the beginners are little bit confused with how to start with YII . I think this note...
View Article[Wiki] Yii 1.1: How To add id or class to CMenu items ?
CMenu comes with a lot of great customization options built in. One of the most used is the class 'active' being added to menu item. But, what if you want to add your own class or id to a menu item ?...
View Article[Wiki] How to create & call custom global function in whole application?
In this wiki I will show how to create own custom global function. It may be save the space and reduce the time. Need to make a file like - myfunction.php and put it inside components folder. In your...
View Article[Wiki] View a related field in CGridView
Generally we need to show one or more fields from a model that is related to another model used in CGridView. For our case we will use two related models, which explain how to use model "A" fields in a...
View Article[Extension] prefixed-url-manager
Enables fixed prefixes in URLs, if you need those for external routing or other reason when creating a module is too much.
View Article[Wiki] Creating a Dependent Dropdown From Scratch in Yii2
I have read http://www.yiiframework.com/wiki/24/creating-a-dependent-dropdown/ (Dependen Dropdown Yii1), but I cant implementation in Yii2 because Yii2 not built-in AJAX functionality hem.. I am search...
View Article[Wiki] [Updated] How to create & call custom global function in whole...
In this wiki I will show how to create own custom global function. It may be save the space and reduce the time. In your components - You need to make a file like - MyClass.php and put it inside...
View Article[Extension] filemanager
You can make any PDF document from the template from the CArrayDataProvider
View Article[Extension] yii2-backstretch
Create full background images and slideshows with JQuery Backstretch.
View Article[Extension] yii2-date-range
Advanced date range picker control for Yii 2.0 using Bootstrap 3.x styles
View Article[Extension] yii2-foundation
The most advanced responsive front-end framework in the world.
View Article