Wiki

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

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

Created 4 years ago by qiangTutorials10 comments – viewed 81,726 times – ( +89 )
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 jonahTutorials8 comments – viewed 256,157 times – ( +84 )
"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 63,086 times – ( +78 )
Lets say we have two models and relation between them:

Yii for beginners

Created about a year ago by rackyczTutorials11 comments – viewed 112,543 times – ( +75 )
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 124,772 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 48,879 times – ( +65 )
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 zaccariaTutorials40 comments – viewed 51,888 times – ( +57 )
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 67,428 times – ( +53 )
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 daemonsTutorials11 comments – viewed 46,299 times – ( +51 )
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 91,544 times – ( +50 )
The easiest way to update content in AJAX is to use the renderPartial method.
tags: AJAX