Wiki

Sorted by date (updated)X
Displaying 11-20 of 469 result(s).

Disable login page if user is logged in

Updated 17 days ago by freezingbananaTutorials1 comment – viewed 2,878 times – ( +3 / -11 )
This is a very simple tutorial that demonstrates how to redirect user back to the returnUrl if he is already logged in.

Creating a Simple CRUD App With Yii2

Updated 17 days ago by Charles R. Portwood IITutorials11 comments – viewed 6,213 times – ( +5 / -3 )
Getting Started With Yii Framework 2. A Basic Tutorial
tags: yii2, tutorial, howto

Logging to Heroku's logs from Yii

Updated 18 days ago by aarondfrancisHow-tos0 comments – viewed 990 times – ( +2 )
In order to get your Yii logs into Heroku's logs, you have to work a little bit of magic. You'll need to modify the boot.sh script and add the following two lines:
tags: heroku, Logging

The Comedy of Errors

Updated 19 days ago by MikeOthers3 comments – viewed 5,139 times – ( +18 )
Please join the party by adding your own favorite Yii programming errors. Be sure to leave at least a hint at the correction.

Assigning dynamic roles to a user Using yii Rights module at the time of user creation and using some special advanced features of yii rights

Updated 19 days ago by Rajith RTips0 comments – viewed 5,305 times – ( +4 )
After Installing Yii Users and Rights to Newly Created Yii app we have to assign dynamic roles to a user at the time of user creation .

Profiling using XDebug

Updated 20 days ago by le_topHow-tos1 comment – viewed 1,118 times – ( +2 )
A short explication on how to extract profile information for PHP on your server using XDebug and KCacheGrind or WinCacheGrind.

NetBeans IDE and Yii projects

Updated 22 days ago by marcovtwoutTutorials28 comments – viewed 121,568 times – ( +69 )
This page is created to supply short directions and general tips for managing a Yii application in NetBeans IDE.

Changing Controllers Name

Updated 24 days ago by TrejderHow-tos0 comments – viewed 8,019 times – ( +4 )
This very short how-to presents steps required to change controller name. It is oriented for less experienced users, which are starting their journey with Yii, to avoid common newbie pitfalls.

Simple authorization system

Updated 26 days ago by GustavoHow-tos1 comment – viewed 15,307 times – ( +16 )
How to create a simple (non-RBAC) authorization system