03/02/2018
http://www.bsourcecode.com/yiiframework2/session-handling-in-yii-framework-2-0/
Yii Framework 2 : Session Handling | BSOURCECODE
A session is a way to store information (in variables) to be used across multiple pages for individual users request. 'yiiwebSession' instance is used to access the session application component.
13/03/2015
http://www.bsourcecode.com/yiiframework2/sqldataprovider-in-yii-framework-2-0/
SqlDataProvider In Yii Framework 2.0 | BSOURCECODE
Yii2.0 SqlDataProvider is used to get the data provider using plain SQL statement. SqlDataProvider is return the data provider as array for row of query result.
13/03/2015
UPDATED:
GridView Column: Content Options [class, style etc]
http://www.bsourcecode.com/yiiframework2/gridview-in-yiiframework-2-0/ -Column-Content-Options
21/02/2015
http://www.bsourcecode.com/yiiframework2/gridview-in-yiiframework-2-0/
Gridview In Yiiframework 2.0 | BSOURCECODE
The gridview widget is used to display the data in a grid. It is having a lot features like sorting, pagination, filtering, styling etc in yiiframework2.0.
11/02/2015
http://www.bsourcecode.com/yiiframework2/install-new-theme-in-yiiframework-2/
Install New Theme In Yiiframework 2.0 | BSOURCECODE
heme is very important to make cool our application. In yiiframework 2.0, we are having lot of new features in theming compare to yiiframework 1.0.
07/02/2015
http://www.bsourcecode.com/yiiframework2/url-manager-in-yiiframework-2-0/
URL Manager In Yiiframework 2.0 | BSOURCECODE
Each and every application will be accessed by URL.Yii2.0 is having a flexibility to format the URL using urlManager components in web.php
05/02/2015
http://www.bsourcecode.com/yiiframework2/validation-rules-for-model-attributes-in-yiiframework-2-0/
Validation Rules for model attributes In Yiiframework 2.0 | BSOURCECODE
Yii2.0 is giving the support for this data validation and also it is very easy way to test the input data. To check validate() of input data, we declare rules
16/12/2014
http://www.bsourcecode.com/2014/12/yii1-0-custom-access-control-with-dynamic-validation/
Yii1.0 Custom Access Control With Dynamic Validation | BSOURCECODE
This tutorial will help you to create a custom access method. I have done this method using "module-controller-action" method like employee_employee_admin.
11/11/2014
http://www.bsourcecode.com/yiiframework2/session-handling-in-yii-framework-2-0/
Session Handling In Yii Framework 2.0 | BSOURCECODE
A session is a way to store information (in variables) to be used across multiple pages for individual users request. 'yiiwebSession' instance is used to access