Professional PHP5 code for this book

源代码在线查看: class.handler_edit.php

软件大小: 73 K
上传用户: Fiona1207
关键词: Professional PHP5 code book
下载地址: 免注册下载 普通下载 VIP

相关代码

								require_once('class.Event_Handler.php');								class handler_Edit extends Event_Handler 				{				   private $handle;				   				   function __construct($event_handle){				      $this->handle = $event_handle;				   }				         				   function handled_event(){				      echo "This is event $this->handle, which is now handled - no kidding! ";				   }				}				?>							

相关资源