[Wiki] How to get & store Last Login DateTime in database?
In this wiki I will show how could be store last login date & time in database. First we need a field LastLoginTime (Type must be datetime). this field store a user login detalis (like - Date &...
View Article[Extension] verticalmenu2levels
This Yii extension consists of a 2-levels vertical menu. It is based on the "SMenu" extension.
View Article[Extension] mod-active-record
Yii ActiveRecord with "ifModified then ..." logic and dependencies clearing
View Article[Wiki] Role Management
Implementing a role based access control is a very easy process and you can even load your roles from the database if you want. Step1: Creating necessary tables in the database The first step is to...
View Article[Extension] yiiparsedb
This adds parse.com database to your application where you can operate parse objects from Yii
View Article[Extension] tstranslation
Yii multilanguage extension with dynamic content translate functionality
View Article[Extension] yii-barcode-generator-8-types
This extension supports barcode types ean8, ean13, upc, std25, int25, code11, code39, code93, code128, codabar, msi, datamatrix
View Article[Wiki] How To : Create Forgot Password in Yii (Sending Email to Reset Password)
Assalamualaikum wr.wb Hello yii people i'm Muhammad Fahmi Azain this is tutorial about forgot password in yii framework, and i'm sorry if it does not comply with code standards yii. okay let's begin...
View Article[Wiki] Google style sign out of all other sessions
In this wiki I will show how could logout from all other sessions or all other places. You need a table where you can store details about user login like - IP, User id, Browser Info, Date & Time...
View Article[Wiki] Translation from .txt file
Translation from .txt file 1. First Create file in path-to-app/protected/messages/langfoldername/lang.txt e.g. for spanish language you have to create file like path-to-app/protected/messages/es/es.txt...
View Article