Wiki

Sorted by ratingX
Displaying 441-450 of 482 result(s).

CGridView. Add custom class to table rows preserving original „odd“ and „even“

Created 16 days ago by Maug LeeHow-tos2 comments – viewed 1,547 times – ( +1 )
Lets say we have such a CGridView widget showing a list of users for administrator. Users have status „active“ or „disabled“. Grid widget puts class „odd“ or „even“ to rows and we want to preserve this. So we want to add a class „disabled“ to rows with disabled users.

How to make use of a fragment cache

Created 4 years ago by dalipTutorials0 comments – viewed 5,558 times – ( +1 )
According to the manual http://jp.php.net/manual/en/memcache.installation.php;
tags: cache, memcache

Tarpit for bad bots

Created about a year ago by mitherealHow-tos4 comments – viewed 3,911 times – ( +1 )
I recently built a tarpit for bad bots.
tags: tarpit, bots

How to install pdo_oci

Created 3 years ago by Horacio SeguraHow-tos1 comment – viewed 12,749 times – ( +1 )
From: http://lacot.org/ and me.
tags: pdo oci php

How to add an analogue clock widget on your skeleton application

Created 2 years ago by mocapapaTutorials0 comments – viewed 4,780 times – ( +1 )
Followings are the simple steps to put an analogue clock widget on your skeleton application that is just generated by yiic.

Yii tinymce结合syntaxHighlighter和syntax

Created 2 years ago by Darwin WenTutorials0 comments – viewed 5,047 times – ( +1 )
首先我们需要下载好Yii tinymce扩展,放入你的extensions目录下,

Sub-domains with different databases in Yii!

Created 2 years ago by jwerdHow-tos3 comments – viewed 8,234 times – ( +1 )
Sub-domains with different databases in Yii!

ISA hierarchy of tables inside a database and how to implement a single form

Created about a year ago by pligorHow-tos2 comments – viewed 5,963 times – ( +1 )
Please consider the following Dear software engineers imagine I have a simple ISA hierarchy: parent A with children B and C. So let's say we have the corresponding tables named "a", "b", "c" and (created with the help of the gii model creator) the classes A, B, C The following is a screenshot from MySQL workbench:

AutoTimestampBehavior

Created 4 years ago by jonahTutorials1 comment – viewed 7,724 times – ( +2 / -2 )
Note: currently a variant of this class CTimestampBehavior is included into Yii distribution package.

Extending CJuiDialog

Created 10 months ago by dstudioHow-tos0 comments – viewed 5,480 times – ( +2 / -2 )
Sometimes you have CJuiDialog with different content but same buttons (or width, height). If you don't want to repeat yourself this is a great solution: