Wiki

Displaying 1-10 of 320 result(s).

Use phing to make Yii application "installable"

Created 3 days ago by sensorarioHow-tos2 comments – viewed 1,157 times – ( +4 )
To use this "how-to", you need to install phing in your machine.
tags: phing

Storing your images in your table's blob field and displaying that stored images.

Created 10 days ago by sirin_ibinHow-tos1 comment – viewed 1,387 times – ( +5 )
He 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.
tags: blob, image

Displaying image in a CGridView column.

Created 10 days ago by sirin_ibinHow-tos2 comments – viewed 1,734 times – ( +5 / -1 )
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.
tags: CGridView, image

Simple 5 minute form walkthrough

Created 14 days ago by rix.rixTutorials0 comments – viewed 2,930 times – ( +6 )
This tutorial assumes some basic knowledge of Yii and a functional development environment.
tags: Forms, tutorial

Real-time display of server push data using Server-Sent Events (SSE)

Created 21 days ago by abennounaHow-tos5 comments – viewed 2,725 times – ( +4 )
There are several methods and techniques that come handy in the case you need to call an external resource periodically or if you are waiting for a server push, but I present here an easy and straightforward one using HTML5's Server-Sent Events (SSE).

Simple RBAC

Created 25 days ago by hasanaviTutorials3 comments – viewed 3,898 times – ( +7 / -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.

Events explained

Created 26 days ago by pligorTutorials3 comments – viewed 2,212 times – ( +7 / -1 )
Let's see what exactly are the events in Yii!

Nice File Upload Tool on Yii Framework

Created 29 days ago by christiansalazarhHow-tos4 comments – viewed 4,118 times – ( +4 / -1 )
Hello everyone, this contribution is made to provide some help on file uploads using a nice tool i found on GitHub site. Please refer to author's site if you want to know more about the tool: http://github.com/valums/file-uploader

Widget Personalizado

Created about a month ago by menezesTutorials5 comments – viewed 1,809 times – ( +3 )
Nesse wiki vou tentar exemplificar de forma mais clara e objetiva o uso de widget com o CDataProvider.

CGridView keep state of page and sort.

Created about a month ago by adinugroHow-tos3 comments – viewed 2,567 times – ( +2 )
Remember-filters-gridview is one of the must-use extension on all of my project. However, it lacks of storing the page and sort variables of the grid view.