首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > PHP > PHP事件包

PHP事件包

  • 资源大小:85.43 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

The php-events package provides an easy way to trigger events and listen to them without the need to extend any of your classes. This package does not follow the traditional Dispatcher/Observer type of architecture, which requires a number of your classes to extend potentially unwanted parents. php-events allow you to just trigger an event and have none, one or more handlers listen and respond to them. The package is very light (6 files, 166 non-comment LOC), well documented with many examples (508 comment LOC) and has an extensive bundled unit test suite (100% coverage). There is a php 5.3 (namespaced) and a php < 5.3 version available. Triggering Events Basic usage is really simple: In your class, without extending or implementing anything unwanted, or implementing additional functionality, just create an event, and you"re halfway there: class A { public function someFunction($arg, ...){ new Event_Event("some-nam

文 件 列 表

php-events-5.3-1.0.3
classes
doc
test
VIP VIP
0.169301s