Mambo is one of the most powerful Open Source Content Management Systems on the planet. It is used all over the world for everything from simple websites to complex corporate applications. Mambo is easy to install, simple to manage, and reliable.
The file mambo/includes/Cache/Lite/Function.php looks like :
<?php
/** * This class extends Cache_Lite and can be used to cache the result and output of functions/methods * * This class is completly inspired from Sebastian Bergmann's * PEAR/Cache_Function class. This is only an adaptation to * Cache_Lite * * There are some examples in the 'docs/examples' file * Technical choices are described in the 'docs/technical' file * * @package Cache_Lite * @version $Id: Function.php,v 1.1 2004/07/21 13:38:58 rcastley Exp $ * @author Sebastian BERGMANN <sb_at_sebastian-bergmann.de> * @author Fabien MARTY <fab_at_php.net> */