Wiki

Articles in category "how-tos", sorted by viewsX
Displaying 91-100 of 182 result(s).

Enforcing "You must agree" requirements in forms

Created 2 years ago by Steve FriedlHow-tos2 comments – viewed 9,192 times – ( +26 )
Checkboxes have two possible values, true and false, but some applications require that the user select one particular value before proceeding. Examples might be:
tags: validation

Using loginRequiredAjaxResponse to solve ajax session timeout

Created about a year ago by RutgerHow-tos3 comments – viewed 9,166 times – ( +12 )
This solution requires Yii 1.1.9 or above

Setting up PHPUnit and Selenium with IntelliJ IDEA/PhpStorm

Created 8 months ago by rAWTAZHow-tos0 comments – viewed 9,119 times – ( +5 )
This article intends to summarize the steps taken to set up PHPUnit and Selenium for a Yii project, with IntelliJ IDEA Ultimate (the IDE). It was done on Mac OS X 10.6.

How to use YiiBooster TbFileUpload widget

Created 5 months ago by Antonio RamirezHow-tos7 comments – viewed 9,055 times – ( +7 )
The following wiki is to explain how to make use of the TbFileUpload widget from YiiBooster. I have received a couple of requests and I thought was worth writing a wiki for it.

Install, update and use Yii with WAMP server

Created 7 months ago by mrsHow-tos4 comments – viewed 8,702 times – ( +4 / -1 )
Here I am describing how you can install and update Yii in WAMP sever.

More security in your applications with Yii and PHPIDS

Created 2 years ago by Rafael GarciaHow-tos1 comment – viewed 8,669 times – ( +7 )
PHPIDS is a well known project that can be found in php-ids.org.
tags: phpids, security

Changing Controllers Name

Created 2 years ago by TrejderHow-tos0 comments – viewed 8,000 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.

Sub-domains with different databases in Yii!

Created about a year ago by jwerdHow-tos3 comments – viewed 7,942 times – ( +1 )
Sub-domains with different databases in Yii!

CKEditor Integration (includes steps for file uploads) - Step by Step

Created 5 months ago by shulmeHow-tos2 comments – viewed 7,918 times – ( +9 )
Hey guys, I'm hoping other people will find this helpful. Today I went through the process of adding CKEditor to one of my projects, and then integrating KCFinder as the image uploader. It will be used in a CActiveForm, without the use of any crazy weird widgets. All paths are relative, using Yii functions, so this will work no matter where you install. Here it is:

How to use YiiBooster Bootstrap Gallery

Created 5 months ago by Antonio RamirezHow-tos1 comment – viewed 7,911 times – ( +4 )
Since version 1.0.4, Yii developers can make use of the image gallery provided by Sebastian Tshan, a great javascript developer that has created some true gems like the jquery file upload plugin.