How to add an analogue clock widget on your skeleton application

Comparing #2 with #3

Revision #3 was created by mocapapa mocapapa on Sep 7, 2010, 12:59:12 AM.

explanation added

Content

<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/ &lt;yii-analogue-clock-widget&gt;
### 2. Create a skeleton application using yiic.

$ cd &lt;yii-demo-directory&gt;
[...]