Wiki

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

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

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

javascript + tabular input

Updated about a year ago by Maurizio DombaHow-tos1 comment – viewed 17,896 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,578 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,489 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,122 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,727 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,427 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,415 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,346 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.

using multiple radio button

Updated about a year ago by Maurizio DombaTips2 comments – viewed 14,441 times – ( +5 )
When we use multiple radio buttons with same name in Yii many people have the problem on getting the value of the selected radiobutton. The radioButtonList can be used for that, but if we need to use radioButton itself to place the button any where in a view, we need to include one more parameter in htmloption array().