Skip Navigation

UNL PHP Extension and Application Repository

UNL_UCBCN-0.2.5

  • Version: 0.2.5
  • Stability: beta
  • Released on: 2006-08-22
  • License: PHP License

Installation

  1. $>php pyrus.phar channel-discover pear.unl.edu
  2. $>php pyrus.phar install pear.unl.edu/UNL_UCBCN-0.2.5

Browse Files

41 files in 2 directories.

Release Notes

* Caching now supported for template output. Output is now cached until the calendar_has_event status has changed, this greatly improves the speed.
Objects implementing caching have to support three methods:
getCacheKey()
preRun(bool $cache_hit)
run()
* Cache_Lite dependency
* DB_DataObject backend driver is now MDB2
* Archive events function.
* Clean cache function.