Wiki

Sorted by viewsX
Displaying 51-60 of 482 result(s).

Javascript and AJAX with Yii

Created 8 months ago by François GannazHow-tos2 comments – viewed 35,812 times – ( +28 )
This page intends to provide an exhaustive guide of how to use Javascript (JS) in Yii. It does not explain how to learn coding in JS, but how to deal with it "the Yii way".
tags: javascript, AJAX

Using standard filters in CGridView custom fields

Created 2 years ago by GOshaHow-tos4 comments – viewed 35,376 times – ( +15 )
In this article I'll try to explain how to use standard quick search fields in CGridView with customized columns.For example: We have a record in a database with field switch having 0 or 1 values. After that we want a user to see on or off instead 1 or 0. So we do the usual thing:

CGridView, CListView and CActiveDataProvider

Created 9 months ago by softarkTutorials11 comments – viewed 35,017 times – ( +30 )
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.

How To Customize CMenu Output

Created 2 years ago by AngeloTutorials5 comments – viewed 34,497 times – ( +9 )
CMenu comes with a lot of great customization options built in but sometimes you need it to do more.
tags: menu

Simple RBAC

Created about a year ago by hasanaviTutorials11 comments – viewed 34,337 times – ( +33 / -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.

How to upload image(photo), and path entry in database with update functionality

Created 11 months ago by kiran sharmaTips9 comments – viewed 33,844 times – ( +19 )
I saw many posts that community newbie is confuse in image/photo upload with random name. so I post this topic covering all useful things regarding to image/photo upload(not covering image attribute related functionality)

Module based login

Created 2 years ago by suriyansureshTutorials6 comments – viewed 33,834 times – ( +14 )
If you want to add module based login to a site without using RBAC, please follow these guidelines.

Ajax update

Created 2 years ago by zaccariaTips1 comment – viewed 33,648 times – ( +20 / -2 )
Often happens to have the need of change a part of the page with ajax.
tags: AJAX

Using CAutoComplete to display one value and submit another

Created 4 years ago by luoshibenTutorials5 comments – viewed 33,551 times – ( +7 / -3 )
Note: CAutoComplete is deprecated since Yii 1.1.3. Consider using CJuiAutoComplete.