[Wiki] Filter & Sort by Summary Data in GridView Yii 2.0
This wiki explains how to add summary data from related models into your Yii Framework 2.0 gridview with filtering and sorting by the summary columns. Note: This is a variation to this wiki which...
View Article[Wiki] Generate CTreeview from database table and update a model
Suppose we want to set a category to product (or an item in general term), Also suppose categories has sub-categories (multi-level) How to set it ? Acorrding to...
View Article[Wiki] Update related models of a model using listBox and checkBoxList in the...
Suppose you want to have a list in Category with its related products and you want to updates the list (removing or insert product items) This wiki show us how to do that schema: Model Product...
View Article[Wiki] Insert a model record using CGridview
CGridview displays existent rows of the table (using DataProvider) How to add new records through cgridview ? Suppose you have Categories and Products (category has many products - see the below...
View Article[Wiki] Yii Installation guide for advanced application template ( 3 step )
Installing advanced application with yii 2 Hi had attached three files which nothing just dos command print screen. You don't have to think too much or google it here and there but if you can google it...
View Article[Extension] yii2-detail-view
Various enhancements to the Yii 2 Detail View with ability to edit data and manage styles using BS3.
View Article[Extension] clickatell-smscomponent
Send single or batch SMS using the Clickatell HTTP API
View Article[Wiki] Save and Display Date/Time Fields in different formats in Yii2
You would find having such a need in most Yii Projects. Your database needs a specific format to store date fields, while you may want to display it in different formats to the users on forms and other...
View Article[Wiki] Update specific cgridview html row after AJAX request
After of model update (successfull or not) throught CGridView (check the below link) you probably need to updates the specific row html in cgridview (not entire cgridview)...
View Article[Extension] yii-br-validator
Yii 1.1 extension that provides validation for Brazilian documents (CPF and CNPJ), landlines and cellphones.
View Article[Wiki] Configuring different sessions for backend and frontend in Yii...
Problem Statement After you have setup your Yii2 advanced application, you now have setup your user authentication for both frontend and backend. However, if you have first logged into frontend, and...
View Article[Extension] yii2-slider
A slider input with orientations, range selections and more features.
View Article[Extension] transform-attributes-behavior
Transform values of attributes before saving to DB and after reading from DB.
View Article[Wiki] Check online users / set specific user offline
How to check the online users or how to logout a specific user from your admin panel? This wiki shows how to do that 1) In protected/config/main.php in components section add this 'session' =>...
View Article[Wiki] shortcut/usefull access roles methods RBAC
These are functions that I used very often, may helps you! Create a new SYii.php file in protected/componets folder Class SYii { //check if a specific user id is the current user public static function...
View Article[Wiki] Bootstrap Yii cGridView add popup button
Hi, When I customize yii cgridview I was stuck with loading an item in popup through ajax with custom button in the grid view of bootstrap. I use this yii bootstrap extension. Then finally I got the...
View Article