Wiki

Sorted by date (updated)X
Displaying 261-270 of 470 result(s).

Using loginRequiredAjaxResponse to solve ajax session timeout

Updated about a year ago by RutgerHow-tos3 comments – viewed 9,228 times – ( +12 )
This solution requires Yii 1.1.9 or above

关于Yii CHttpSession性能优化篇之源码流程分析

Updated about a year ago by Maurizio DombaTips0 comments – viewed 3,827 times – ( +1 / -1 )
当我们使用Yii数据库去保存Session时,只要简单的配置就可以完成这个功能,在进行性能优化这个主题之前,我们先来查看一下CHttpSession和CDBHttpSession源代码,探讨CHttpSession和CDBHttpSession的流程再进行深一步优化主题。

javascript + tabular input

Updated about a year ago by Maurizio DombaHow-tos1 comment – viewed 17,927 times – ( +11 )
If you tried this extension with success, maybe you thought how to do it without page submission or ajax calls.

How to catch and log MySQL deadlock errors

Updated about a year ago by sebTips0 comments – viewed 5,589 times – ( +4 )
This method allows to log InnoDB monitor output when deadlock error occured. This way we will have much more useful data to find and fix deadlock.
tags: database

History Autocomplete

Updated about a year ago by Maurizio DombaHow-tos2 comments – viewed 5,494 times – ( +3 )
In application development we often have to choose how to mange recurrent values.
tags: autocomplete

CGridView keep focus on the control after filtering

Updated about a year ago by jayalaHow-tos0 comments – viewed 5,123 times – ( +4 )
You can find the reason why I wrote this article here.
tags: CGridView, filter

Links to Yii FAQs on the web

Updated about a year ago by marcanuyFAQs1 comment – viewed 4,735 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

Starting your Yii Project Reference Guide (with Git VCS in Linux)

Updated about a year ago by marcanuyTutorials4 comments – viewed 13,451 times – ( +15 )
I've found useful to have a step by step reference guide to work with Git with most used commands, feel free to update it with useful information you may find interesting too.

Creating a CSS Driven Drop Down Menu using CMenu

Updated about a year ago by blindMoeHow-tos7 comments – viewed 36,461 times – ( +19 / -1 )
CMenu offers great functionality and the ability to customize just about every aspect of the output. There are many times when I need to create a drop down menu or simply modify the look to make the designers happy. Because this seems to be a common task for me, I figured I would share my code to create a very simple drop down menu that other people could use.

config Use MS SQL SERVER 2005 2008.

Updated about a year ago by AsgarothTutorials1 comment – viewed 15,378 times – ( +4 )
Use SQL SERVER 2000, the date format not like: yyyy/mm/dd hh:mm:ss. So I change to use SQL SERVER 2008 EXPRESS.