Wiki

Articles in category "tutorials", sorted by ratingX
Displaying 91-100 of 172 result(s).

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

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

Auto set model fields values

Created 10 months ago by vibhaJadwaniTutorials3 comments – viewed 7,253 times – ( +6 )
This is a tutorial for how to auto set model values without any code.

CButtonColumn: Use special variable $data for the 'id' in the 'options' of a button

Created 8 months ago by bluezedTutorials5 comments – viewed 6,983 times – ( +6 )
In an application I had a CGridView with a CButtonColumn and for an Ajax-Request I needed to make sure that the IDs of the buttons would not change when the GridView was updated so in effect I wanted to link them to the $data->id. So I tried:

ePay Integration - Bulgarian Payment Provider

Created 4 months ago by yasenTutorials2 comments – viewed 2,933 times – ( +6 )
I. In the view script add the following hidden fields:

Multilanguage web site controlling by get request and database allowed languages

Created about a year ago by Igor IvanovicTutorials2 comments – viewed 12,021 times – ( +6 )
First, you have to have create database table for default language and allowed languages.

Installing and configuring the Yii User Management Module under a fresh skeleton application generated by yiic

Created 3 years ago by thyseusTutorials3 comments – viewed 43,548 times – ( +12 / -2 )
p.s. latest version of this tutorial is always available unter the docs/ folder of the User Management Module.

Multiple Databases and Multiple Domains

Created 2 years ago by got 2 doodleTutorials2 comments – viewed 20,675 times – ( +12 / -2 )
Add these lines in /config/main.php
tags: database

Installing Yii Users and Rights to Newly Created Yii app

Created 5 months ago by Rajith RTutorials6 comments – viewed 10,718 times – ( +9 / -1 )
After creating an yii app . we need to implement permission, Authentication and Authorization .so the best way is to use the Yii users and Rights modules.

Functional Testing in Yii using Goutte and PHPUnit

Created about a year ago by puteraTutorials2 comments – viewed 10,842 times – ( +5 )
Functional Testing in Yii using Goutte and PHPUnit

Widget Personalizado

Created about a year ago by CálcioTutorials0 comments – viewed 4,002 times – ( +5 )
Nesse wiki vou tentar exemplificar de forma mais clara e objetiva o uso de widget com o CDataProvider.