Wiki

Articles in category "tutorials", sorted by date (updated)X
Displaying 31-40 of 172 result(s).

Events explained

Updated 5 months ago by Ivo RenkemaTutorials5 comments – viewed 11,393 times – ( +17 / -2 )
Let's see what exactly are the events in Yii!

Getting to Understand Hierarchical RBAC Scheme

Updated 5 months ago by GismoTutorials10 comments – viewed 44,289 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.

Htaccess .. SEO Friendly Url

Updated 5 months ago by manoj20Tutorials4 comments – viewed 5,304 times – ( +2 / -7 )
hello firend if u need a SEO friendly URL
tags: yii

How to display static pages in Yii with database content?

Updated 5 months ago by yasenTutorials4 comments – viewed 8,570 times – ( +4 )
To extend further static pages as shown by Qiang http://www.yiiframework.com/wiki/22/how-to-display-static-pages-in-yii/ here're the steps to take:

By Example: CHtml

Updated 6 months ago by AndreiCurelaruTutorials7 comments – viewed 243,866 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.

XUpload Workflow

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

CGridView, CListView and CActiveDataProvider

Updated 8 months ago by softarkTutorials11 comments – viewed 32,466 times – ( +28 )
CGridView (or CListView) together with CActiveDataProvider is a very powerful combination of the built-in tools of Yii. But how do they work together to accomplish their fantastic functions? And what are you expected to do to use them and to customize their behaviors? This article explains the very basics of them.

Ajax form submiting in Yii

Updated 8 months ago by sirin kTutorials6 comments – viewed 27,432 times – ( +6 / -2 )
hi guys, Here I'm going to give you a working example of ajax form submiting in Yii.

Displaying, sorting and filtering HasMany & ManyMany relations in CGridView

Updated 8 months ago by yJeroenTutorials8 comments – viewed 16,557 times – ( +11 )
This tutorial gives you multiple options of how to fully implement showing, sorting and filtering related data in gridviews.