Wiki

Displaying 161-170 of 470 result(s).

Widget Personalizado

Created about a year ago by CálcioTutorials0 comments – viewed 4,025 times – ( +5 )
Nesse wiki vou tentar exemplificar de forma mais clara e objetiva o uso de widget com o CDataProvider.

CGridView keep state of page and sort.

Created about a year ago by DanielHow-tos3 comments – viewed 10,114 times – ( +3 )
Remember-filters-gridview is one of the must-use extension on all of my project. However, it lacks of storing the page and sort variables of the grid view.

Integrating Wordpress and Yii: still another approach, using Yii as the router/controller

Created about a year ago by fr0d0zHow-tos12 comments – viewed 13,310 times – ( +19 )
A lot of people have written posts on integrating Yii and WordPress. This article combines goncin's approach with an article I read about integrating Symfony and WordPress and applies it all to Yii and WordPress.

Using loginRequiredAjaxResponse to solve ajax session timeout

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

How to catch and log MySQL deadlock errors

Created about a year ago by sebTips0 comments – viewed 5,601 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

Searching and Sorting by Count of Related Items in CGridView

Created about a year ago by softarkHow-tos10 comments – viewed 16,239 times – ( +21 )
Let's say we have two models and relation between them:

Using CJuiDatePicker for CGridView filter

Created about a year ago by softarkHow-tos3 comments – viewed 15,628 times – ( +16 )
We can use a CJuiDatePicker for a CGridView inline filter.

Deploy yii on pagoda box

Created about a year ago by francis jaTutorials0 comments – viewed 4,930 times – ( +4 )
pagoda box is very useful tool for a programmer to test their php app online so its very useful one. For deploying code pagodabox use git command
tags: pagodabox, pagoda

using multiple radio button

Created about a year ago by francis jaTips2 comments – viewed 14,499 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().