Wiki

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

Cron Jobs in Yii

Updated 17 days ago by aarondfrancisHow-tos1 comment – viewed 2,955 times – ( +2 )
I've gotten Yii running cron jobs, and wanted to explain briefly how I did it.

Disable login page if user is logged in

Updated 18 days ago by freezingbananaTutorials1 comment – viewed 2,964 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 18 days ago by Charles R. Portwood IITutorials11 comments – viewed 6,361 times – ( +5 / -3 )
Getting Started With Yii Framework 2. A Basic Tutorial
tags: yii2, tutorial, howto

Logging to Heroku's logs from Yii

Updated 19 days ago by aarondfrancisHow-tos0 comments – viewed 1,010 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 20 days ago by MikeOthers3 comments – viewed 5,148 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 21 days ago by Rajith RTips0 comments – viewed 5,342 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 21 days ago by le_topHow-tos1 comment – viewed 1,133 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 23 days ago by marcovtwoutTutorials28 comments – viewed 121,704 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 25 days ago by TrejderHow-tos0 comments – viewed 8,031 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.