Wiki

Sorted by date (updated)X
Displaying 301-310 of 467 result(s).

Increasing AR performance in connections with Oracle

Updated about a year ago by Igoru-sanHow-tos6 comments – viewed 10,276 times
Please, note. This article is entirely based on a work done by me colleague developer, who hasn't got account on this webpage and also hasn't got time for writing this article. I'm writing it for him. I will try to forward him any comments that may appear, but can't assure if/when he'll be able to answer. I'm far, far less experienced in Oracle therefore I won't probably be able to help myself.

Creating a parameterized LIKE query

Updated about a year ago by AsgarothFAQs3 comments – viewed 23,274 times – ( +14 )
It's common to see users wishing to make substring DB queries, using the % metacharacter used to match anything; in this FAQ we'll search the tbl_comments table from the blog tutorial hoping to find the text in $match in the content column

How to re enable logging during unit testing

Updated about a year ago by AsgarothHow-tos1 comment – viewed 6,899 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

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

How to insert a Simple Dialog Box

Updated about a year ago by bluyellHow-tos3 comments – viewed 13,034 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 work with flash messages

Updated about a year ago by François GannazTutorials9 comments – viewed 83,117 times – ( +48 )
Set your messages in a controller:

Force a User to Change Their Password (ChangePasswordFilter)

Updated about a year ago by waterloomattTutorials1 comment – viewed 8,603 times – ( +14 )
Sometimes you need to force a user to change their password after x number of days. This article describes how to implement this using a filter, ChangePasswordFilter.

Common Yii questions

Updated about a year ago by migajekFAQs2 comments – viewed 23,417 times – ( +20 )
Here I suggest to list the most common questions you meet in the forum or freenode irc. Feel free to edit this wiki article, and add another question with answer

Understanding series articles

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

Understanding Virtual Attributes and get/set methods

Updated about a year ago by GOshaTutorials16 comments – viewed 46,028 times – ( +64 )
When you define or extend a class, you can create class variables and methods in Yii just like you can in any other PHP system: