Revision #3 has been created by mocapapa on Sep 7, 2010, 12:59:12 AM with the memo:
explanation added
« previous (#2)
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>
Followings 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>[...]