<?phpclass Calendar01 extends Page { public function InitializeComponent() { parent::$PAGE_TITLE = "Tutorial : Simple Calendar"; $this->render = new Calendar($this); }}?>