Wiki

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

How to use a single form to collect data for two or more models?

Created 4 years ago by qiangTutorials10 comments – viewed 78,259 times – ( +87 )
Assume we want to use a single HTML form to collect input for both model A and model B, and we want to display input errors (if any) in the same error summary box. We can define the following action code:

By Example: CHtml

Created 3 years ago by jonahTutorials7 comments – viewed 243,247 times – ( +80 )
"By Example" cookbook pages will provide coding examples for many of the commonly used classes within Yii. We will try to provide as many usage examples as possible for keep these pages as helpful as possible.

Searching and sorting by related model in CGridView

Created about a year ago by redguyTutorials49 comments – viewed 59,477 times – ( +77 )
Lets say we have two models and relation between them:

Yii for beginners

Created about a year ago by rackyczTutorials11 comments – viewed 106,767 times – ( +74 )
Hi. This is first article with my Yii tutorial. I had to split it into more articles as there's limited length of texts on Wiki. So once you understand basics, you can read next article here: Yii for beginners 2.

NetBeans IDE and Yii projects

Created 2 years ago by marcovtwoutTutorials28 comments – viewed 121,686 times – ( +69 )
This page is created to supply short directions and general tips for managing a Yii application in NetBeans IDE.

Understanding Virtual Attributes and get/set methods

Created 2 years ago by Steve FriedlTutorials16 comments – viewed 46,470 times – ( +64 )
When you define or extend a class, you can create class variables and methods in Yii just like you can in any other PHP system:

CJuiDialog for create new model

Created 2 years ago by zaccariaTutorials37 comments – viewed 50,188 times – ( +55 )
In this tutorial we will learn how to realize a create interface using a dialog.

Understanding "Assets"

Created 2 years ago by Steve FriedlTutorials11 comments – viewed 64,055 times – ( +52 )
Many newcomers to Yii ask about the assets/ directory found under the webroot, and this article means to explain why it's there and how to work with it.

Getting to Understand Hierarchical RBAC Scheme

Created 2 years ago by daemonsTutorials10 comments – viewed 44,190 times – ( +50 )
Authentication and Authorization is a good tutorial. Among other topics, it describes basic aspects of Yii's RBAC implementation. But however hard I read the tutorial, I couldn't understand how exactly the hierarchy works. I found how to define authorization hierarchy, how business rules are evaluated, how to configure authManager, but almost nothing about how I should build my hierarchy, in what sequence its nodes are checked, when the checking process stops and what would be the checking result.

Update content in AJAX with renderPartial

Created 3 years ago by BurzumTutorials8 comments – viewed 86,978 times – ( +49 )
The easiest way to update content in AJAX is to use the renderPartial method.
tags: AJAX