Wiki

Sorted by commentsX
Displaying 121-130 of 467 result(s).

Model password confirmation field.

Created about a year ago by twisted1919How-tos5 comments – viewed 24,125 times – ( +7 )
I had some troubles with the password confirmation field for when adding updating user records, so i thought that i should share the way i got it working.

Using CAutoComplete to display one value and submit another

Created 4 years ago by luoshibenTutorials5 comments – viewed 32,806 times – ( +7 / -3 )
Note: CAutoComplete is deprecated since Yii 1.1.3. Consider using CJuiAutoComplete.

Secure password hash storage and a Yii helper extension

Created about a year ago by fsbTutorials5 comments – viewed 16,763 times – ( +14 )
This article was rewritten as the README of the Randomness GitHub repo

Front-end developer's guide

Created about a year ago by jonahTutorials5 comments – viewed 15,371 times – ( +10 )
This wiki is a work in progress.

Enabling Gzip

Created 3 years ago by pestaaTutorials5 comments – viewed 11,273 times – ( +5 / -1 )
Adding HTTP compression to your application could never have been easier!

Adding login form to each page

Created 3 years ago by pestaaTutorials5 comments – viewed 17,853 times – ( +3 / -1 )
After adding proper form to the main layout, like:

How to add ajax-loading indicators

Created 3 years ago by schmunkTutorials5 comments – viewed 24,343 times – ( +25 )
With yii you're able to create ajax requests and updates easily. But most times you always want to show a loading indicatior to your user.
tags: AJAX

I18n subdomains and url-rules

Created 3 years ago by Y!!Tutorials5 comments – viewed 15,686 times – ( +7 )
This guide is for more or less advanced users. If you just started with Yii or didn't worked with any web-framework before, you may should come back later :-)
tags: i18n, URL

Events explained

Created about a year ago by pligorTutorials5 comments – viewed 11,128 times – ( +17 / -2 )
Let's see what exactly are the events in Yii!

Use different environments (development, production, etc) in your app with EASY Environment Class

Created 2 years ago by nancoderTutorials5 comments – viewed 12,332 times – ( +6 )
Info: An extension was created based on this wiki page. See: http://www.yiiframework.com/extension/yii-environment/