Wiki

Articles in category "tutorials", sorted by viewsX
Displaying 91-100 of 172 result(s).

Working with radiobutton list

Created 10 months ago by vibhaJadwaniTutorials0 comments – viewed 12,815 times – ( +8 )
This is a tutorial to work with radioButtonList which will handle enum datatype. Form design and validation both are detailed here.

How to generate Web feed for an application

Created 4 years ago by qiangTutorials6 comments – viewed 12,680 times – ( +4 )
Web feed is a data format used for providing users with frequently updated content. In this article, we describe how to use Zend_Feed, an excellent component from Zend Framework to generate Web feed for an Yii application. This article can also serve as a general guide on how to use other components in Zend Framework.

Serve jQuery and jQuery-UI from Google's CDN

Created about a year ago by YetiTutorials14 comments – viewed 12,561 times – ( +13 )
There are good reasons to use Google's Content Delivery Network (CDN) to serve jQuery and jQuery UI on your site:

Use different environments (development, production, etc) in your app with EASY Environment Class

Created 2 years ago by nancoderTutorials5 comments – viewed 12,417 times – ( +6 )
Info: An extension was created based on this wiki page. See: http://www.yiiframework.com/extension/yii-environment/

Creating Yii applications with composer

Created 7 months ago by schmunkTutorials0 comments – viewed 12,312 times – ( +19 )
Creating Yii applications with composer

SQL Logging and Profiling in FireBug (Yii 1.1)

Created 3 years ago by mindplayTutorials2 comments – viewed 12,287 times – ( +6 )
During development, it's often very handy to have SQL logging and profiling.
tags: Logging

Windows Web Development With AMPPS, NetBeans and XDebug

Created about a year ago by macinvilleTutorials1 comment – viewed 12,211 times – ( +4 )
This article will discuss how to setup your web development environment with the following specifications:

Multiple file upload handler

Created about a year ago by hasanaviTutorials2 comments – viewed 12,056 times – ( +6 )
Hi,

Multilanguage web site controlling by get request and database allowed languages

Created about a year ago by Igor IvanovicTutorials2 comments – viewed 12,043 times – ( +6 )
First, you have to have create database table for default language and allowed languages.

Performance - A Guide For Best Practice

Created 3 years ago by Y!!Tutorials3 comments – viewed 11,634 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