duciscountdown A very nice looking count down for launching of website or products. Full Customization possible and very easy to use.

  1. Requirements
  2. Usage
  3. Preview

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")
            )
        );

Preview ¶

Preview Screen

3 1
12 followers
731 downloads
Yii Version: Unknown
License: BSD-2-Clause
Category: User Interface
Developed by: Rohit Singhal Rohit Singhal
Created on: May 13, 2013
Last updated: 12 years ago

Downloads

show all

Related Extensions