Wiki

Displaying 211-220 of 469 result(s).

Links to Yii FAQs on the web

Created about a year ago by schmunkFAQs1 comment – viewed 4,723 times – ( +2 )
While this is not a wiki article about a specific Yii topic, here is the list with more Yii FAQs:
tags: faq, yii, questions

How to re enable logging during unit testing

Created about a year ago by AsgarothHow-tos1 comment – viewed 6,954 times – ( +7 )
Some of you have experienced the need to log some information while doing unit testing, due to the fact that the information given in the summary is just not enough, to know why the test is actually failing. this article focuses on 2 ways to get you logs up and running again.

Application-driven database with CDbMigration and an extended CActiveRecord

Created about a year ago by Tudor IlisoiOthers0 comments – viewed 5,839 times – ( +7 )
This is an incipient implementation of application-driven database with Yii.
tags: database, model

How to insert a Simple Dialog Box

Created about a year ago by bluyellHow-tos3 comments – viewed 13,119 times – ( +5 )
I build this simple PHP class (DialogBox.php at the bottom of this wiki) to help you in the dialog box usage on Yii applications. The goal is run any Yii actions into this dialog box and return the resulting value to the calling instance.

How to learn Yii?!

Created about a year ago by yJeroenTutorials7 comments – viewed 37,307 times – ( +16 )
Here is a step by step To-Do list for Yii beginners. The list is an advice of what tutorials and documentation you can walk through to get a full understanding of the Yii Framework. These can be a help to learn Yii.

Understanding series articles

Created about a year ago by GOshaTips0 comments – viewed 6,217 times – ( +16 )
Here are all wiki articles from "Understanding" series by Yii wiki contributors:

Understanding Scenarios

Created about a year ago by Luke JurgsTutorials9 comments – viewed 35,210 times – ( +20 )
Scenarios are an extremely useful tool for separating validation tasks on any class you use derived from CModel. In this tutorial we will use CActiveRecord.

File uploads in CForm (Form builder)

Created about a year ago by Luke JurgsHow-tos2 comments – viewed 20,953 times – ( +8 )
While there is a reasonable amount of documentation regarding CForm (form builder) and file uploads seperately, there really is not any coverage of both in combination.

Autocomplete in console command

Created about a year ago by StammTutorials1 comment – viewed 5,297 times – ( +3 )
Missed of autocomplete in bash console commands yii make me sad.

CGridView: Update/create records in a CJuiDialog

Created about a year ago by JobloTips10 comments – viewed 21,119 times – ( +11 )
My article Display the full record in a CJuiDialog uses ajax to view a record in dialog on clicking the 'view-icon'.