Wiki

Sorted by date (updated)X
Displaying 111-120 of 467 result(s).

Getting to Understand Hierarchical RBAC Scheme

Updated 5 months ago by GismoTutorials10 comments – viewed 43,833 times – ( +49 )
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,202 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,357 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:

How to generate Yii-like Documentation

Updated 5 months ago by fsbHow-tos6 comments – viewed 15,166 times – ( +42 )
Something a good application cant miss is documentation, and what would be better than some nice formatted HTML documentation that can be auto-generated from your code, we know several tools that already do this like phpDocumentor, but today we are introducing Yii Docs Generator which is a modification of the code that Yii itself uses to generate its documentation, thank phpnode for this wonderful work.
tags: doc

Understanding "Safe" Validation Rules

Updated 5 months ago by GismoFAQs7 comments – viewed 39,391 times – ( +72 )
A common source of confusion among new Yii users is how the 'safe' validator works, how it works with other validators, and why it's necessary in the first place. This article means to clear up this confusion, as well as explain the notion of Massive Assignment.

Using CButtonColumn to customize buttons in CGridView

Updated 5 months ago by GismoHow-tos15 comments – viewed 102,645 times – ( +81 )
CGridView is a one of most flexible widgets in Yii and example its flexibility is CButtonColumn used to build buttons for steering model in each grid row. Here in this how-to we will explain ways user can customize CButtonColumn to flexibly fit it to its needs.

Secure password hashing with bCrypt

Updated 5 months ago by Ivo PereiraHow-tos3 comments – viewed 11,033 times – ( +6 )
In this article I will show you how to implement a secure password hashing mechanism in your Yii projects using a bCrypt class.

How to use YiiBooster Bootstrap Gallery

Updated 5 months ago by Antonio RamirezHow-tos1 comment – viewed 7,805 times – ( +4 )
Since version 1.0.4, Yii developers can make use of the image gallery provided by Sebastian Tshan, a great javascript developer that has created some true gems like the jquery file upload plugin.

By Example: CHtml

Updated 5 months ago by AndreiCurelaruTutorials7 comments – viewed 240,806 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.

AssetManager: clearing browser's cache on site update

Updated 5 months ago by dhampikHow-tos2 comments – viewed 12,120 times – ( +14 )
If you like the things to be short and clear, then you can skip right to a short summary of instructions at the end of this article.