<?php
/**
*@author Xu Ding
*@email thedilab@gmail.com
*@website http://www.StarTutorial.com
**/
class Calendar {
/**
* Constructor
*/
public function __construct(){
$this->naviHref = htmlentities($_SERVER['PHP_SELF']);
}
/*********************...