A very nice looking count down for launching of website or products. Full Customization possible and very easy to use.
Requirements ¶
Yii 1.1 or above (might work for Yii 1.0 but haven't really tested there)
Usage ¶
Extract duciscounter folder to your extensions folder and use following code to display count down timer
With Minimal Configurations
$this->widget('ext.duciscounter.DucisCounter',
array(
'start_timestamp' => strtotime("2014-04-04 02:00:00 GMT"),
'end_timestamp' => strtotime("2014-05-04 02:00:00 GMT"),
'now' => strtotime("2014-04-02 02:00:00 GMT")
)
);
Full Configurations
$this->widget('ext.duciscounter.DucisCounter',
array(
'header'=>'Header',
'body'=>'body',
'footer'=>'footer',
'start_timestamp' => strtotime("2014-04-04 02:00:00 GMT"),
'end_timestamp' => strtotime("2014-05-04 02:00:00 GMT"),
'now' => strtotime("2014-04-02 02:00:00 GMT")
)
);
Wonderfull
Nice countdown !
@realtebo Thanks
This is my first extension in yii. Any suggestions are welcome :)
hi friends
nice extensions
its work fine .
thanks.
Where is source code?
Do you think to push this extension on github or bitbucket?
@sensorario
Actually I am busy with projects and unable to upload on github. I have developed many extensions for Yii, Thinking about uploading them too.. will do soon :)
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.