Wiki

Articles in category "tutorials"X
Displaying 31-40 of 172 result(s).

Auto set model fields values

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

Working with CGridView in Admin Panel

Created 10 months ago by vibhaJadwaniTutorials11 comments – viewed 28,961 times – ( +29 / -1 )
This is a tutorial for how to add input text-Field, check-box, buttons in CGridView.

How to setup CKeditor

Created 10 months ago by Dark-SunTutorials3 comments – viewed 7,023 times – ( +3 )
To start with you need to download the latest stable release of CKeditor. Extract the downloaded file and place the ckeditor/ folder in your applications webroot directory. (beside "protected" and "css" and other directories)

Working with radiobutton list

Created 10 months ago by vibhaJadwaniTutorials0 comments – viewed 12,672 times – ( +8 )
This is a tutorial to work with radioButtonList which will handle enum datatype. Form design and validation both are detailed here.

XUpload Workflow

Created 10 months ago by AsgarothTutorials18 comments – viewed 20,052 times – ( +27 )
This wiki describes a more complex workflow using the XUpload widget

Simple access control

Created 11 months ago by szfjozsefTutorials4 comments – viewed 13,900 times – ( +2 / -6 )
For those who feel, the Controller->accessRules() or RBAC (Role-Based Access Control) is too complicated or doesn't want the username(s) to be hard-coded in accessRules(), here is a very simple, easy-to-implement solution.

MVC primer and 5 minute form walkthrough

Created about a year ago by rix.rix.Tutorials0 comments – viewed 11,596 times – ( +8 )
This tutorial assumes some basic knowledge of Yii and a functional development environment.
tags: Forms, tutorial, mvc

Simple RBAC

Created about a year ago by hasanaviTutorials11 comments – viewed 31,908 times – ( +32 / -1 )
If you need simple Role based access control without the long RBAC process then this article is just for you. Lets jump to the point.

Events explained

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

Widget Personalizado

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