Wiki

Sorted by ratingX
Displaying 431-440 of 468 result(s).

How to extend yiic shell commands

Created 3 years ago by qiangTutorials1 comment – viewed 13,272 times – ( +1 )
Note: this tutorial requires Yii 1.0.8 or later.
tags: yiic

Tarpit for bad bots

Created about a year ago by mitherealHow-tos4 comments – viewed 3,800 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,366 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,662 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 4,948 times – ( +1 )
首先我们需要下载好Yii tinymce扩展,放入你的extensions目录下,

Sub-domains with different databases in Yii!

Created about a year ago by jwerdHow-tos3 comments – viewed 7,943 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,779 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,492 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,182 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:

Setting static modules' properties in config

Created 7 months ago by Alexander PalamarchukTips0 comments – viewed 2,779 times – ( +2 / -2 )
You may face a situation when you need to access to a configurable module's property from everywhere and you don't have an instance of this module's class.
tags: config, module