Changes
Title
unchanged
How to add an analogue clock widget on your skeleton application
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
Content
changed
<br>
This is aFollowings are the simple steps to put an analogue clock widget on your skeleton application that is just generated by yiic.
### 1. Get the files under the trunk
of the code repository using svn.
$ svn checkout http://yii-analogue-clock-widget.googlecode.com/svn/trunk/ <yii-analogue-clock-widget>
### 2. Create a skeleton application using yiic.
$ cd <yii-demo-directory>[...]