This is a customized giiplus extension with AJAX CRUD features.
read more here:http://www.yiiframework.com/extension/ajaxgii/
some screenshots:
1.Grid view

2.Create Form

3.Update Form

4.View

i hope this extension will be useful for you.thanks
Sirin k
Nintriva Wireless
Filed under giiplus gii ajaxgii yiiextension yiiframework yii
hello, This article is helpful only if you have the following situation: A web app which uses facebook login to login its users and if a user is logged out from his/her facebook account through another browser tab, then your app dont know that he is logged out out or not from his facebook account and he/she will remain as logged in your web application.Its ok if you have no problem with this situation.But if you want to forcefully logout the user from your application if he is logged out from his facebook account means you can try this example.This example uses periodic ajax calls to facebook’s graph api to check whether the user is logged in or not.
You can see the source code in my yii wiki section:http://www.yiiframework.com/wiki/376/get-notified-about-the-status-a-of-facebook-user-in-your-web-app-using-periodic-ajax-calls/
Sirin k
Nintriva Wireless
This is a simple example of how we can display images in CGridviews.Imagine that you have an image field in your table ie either a location field or a blob type field used to store the images.
-Sirin
Here im giving you a very simple example ie how you can store an image to your blob field in a table.Hope you already familiar with the normal image upload.
First im going to tell you the necessary steps you need to carry out to store an image into your blob field.
Let me explain these 7 steps ,
-Sirin