Wiki

Sorted by ratingX
Displaying 351-360 of 483 result(s).

How to write a simple application component

Created 2 years ago by zaccariaHow-tos4 comments – viewed 21,138 times – ( +12 / -7 )
An application component is a confortable way for share information among all component of the application

Exporting CGridView results to CSV file

Created about a year ago by RusAlexTutorials8 comments – viewed 16,631 times – ( +6 / -2 )
A few days ago, i worked for CGridView exporting functional for my client. He asked me to create a simple exporting to a CSV file a CGridView search results.
tags: cgridview, export, csv

Saving files to a blob field in the database

Created 2 years ago by zaccariaTips7 comments – viewed 27,164 times – ( +6 / -2 )
As a follow-up from the How to upload a file using a model wiki entry that explains how to save a file to the filesystem, this article will do the same using a blob field in the database.
tags: File upload

Using CAutoComplete to display one value and submit another

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

Integrating with other frameworks

Created 4 years ago by KJediTutorials4 comments – viewed 10,514 times – ( +4 / -1 )
When you need to integrate with other frameworks (e.g. Zend Framework), you have to follow these steps:

Install, update and use Yii with WAMP server

Created 8 months ago by mrsHow-tos5 comments – viewed 10,295 times – ( +4 / -1 )
Here I am describing how you can install and update Yii in WAMP sever.

Create sitemap.xml file dynamically on root folder with one hit

Created 7 months ago by kiran sharmaHow-tos1 comment – viewed 4,241 times – ( +4 / -1 )
I had created one controller file which can create sitemap.xml file(which is used for seo, google crawler and many other puropse) dynamically with one run.
tags: SEO, SiteMap, XML

Caching the config main.php

Created about a year ago by dckurushinTutorials10 comments – viewed 8,125 times – ( +4 / -1 )
The config long array included every time, and it's not cached at all!

Performance - A Guide For Best Practice

Created 3 years ago by Y!!Tutorials3 comments – viewed 11,940 times – ( +8 / -5 )
In this guide I will explain best practise regarding performance in MySQL, PHP and of course our loved Yii Framework. Since this is a complex topic, I will start with some basics and then expand this guide from time to time. Since this wiki can become big, you may click on View history - there you can see what changes have been made, so you don't miss anything.
tags: performance

Ajax form submiting in Yii

Created 9 months ago by sirin kTutorials6 comments – viewed 29,964 times – ( +6 / -3 )
hi guys, Here I'm going to give you a working example of ajax form submiting in Yii.