Wiki

Articles in category "tutorials", sorted by ratingX
Displaying 131-140 of 172 result(s).

Ajax form submiting in Yii

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

Using CAutoComplete to display one value and submit another

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

Caching the config main.php

Created about a year ago by dckurushinTutorials10 comments – viewed 7,935 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,641 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

How to setup yiic on WAMP (XP/Vista)

Created 4 years ago by krillzipTutorials3 comments – viewed 49,056 times – ( +2 )
This page assumes that you have installed Wampserver on your MS Windows computer.

Advanced CTabView using CClipWidget

Created 4 years ago by krillzipTutorials1 comment – viewed 7,979 times – ( +2 )
Here is a way to dynamically extend tabs based on clips. Probably even more complex things could be done.

How to log context information to logger (session id, user, ...)

Created 3 years ago by olafureTutorials0 comments – viewed 8,248 times – ( +2 )
Logging context information (session, user, ...) to the logfile can be of great help tracking down problems with specific users.
tags: Logging

Creating HTML code using Jamboree Panels

Created 4 months ago by bluyellTutorials0 comments – viewed 4,376 times – ( +2 )

Send mail using YiiMail extension

Created 2 months ago by RKATutorials0 comments – viewed 4,122 times – ( +2 )
Let me show a simpe example to send mail using YiiMail extension in 5 steps. It also includes any template view if required along with the content.
tags: YiiMail

Installing WAMP - Apache, MySQL, & PHP on Windows 7

Created 2 years ago by YetiTutorials1 comment – viewed 27,582 times – ( +2 )
Installing WAMP on XP was pretty easy; W7 is not so trivial. It's not difficult once you know, but it took me best part of a day to figure out and required gleaning various bits of information from around the web; this tutorial brings it all together in one place to (hopefully) make other peoples lives that bit easier. It does assume that you are reasonably happy configuring Apache, PHP, and MySQL and mainly deals with the W7 quirks.