Wiki

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

Logging to Heroku's logs from Yii

Updated 15 days ago by aarondfrancisHow-tos0 comments – viewed 929 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 16 days ago by MikeOthers3 comments – viewed 5,121 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 16 days ago by Rajith RTips0 comments – viewed 5,138 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 17 days ago by le_topHow-tos1 comment – viewed 1,054 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 18 days ago by marcovtwoutTutorials28 comments – viewed 121,149 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 20 days ago by TrejderHow-tos0 comments – viewed 7,978 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 23 days ago by GustavoHow-tos1 comment – viewed 15,233 times – ( +16 )
How to create a simple (non-RBAC) authorization system

Simple Share Widget for Facebook, twitter and google+

Updated 23 days ago by softarkHow-tos0 comments – viewed 9,617 times – ( +9 )
This widget will show a Facebook "like" button and "comments" box together with "tweet" button and "google plusone" button on your page.

How to set up Unicode

Updated 23 days ago by Roman SolomatinHow-tos9 comments – viewed 35,602 times – ( +15 )
To fix issues with display of special language characters once and for all there's a solution: use Unicode UTF-8 everywhere. If everything is set up to use Unicode, you can use mostly every language in your application.
tags: i18n, unicode