Scriptabulous!

Back

Atom class

Atom class - is a glue for modules. Class allow modules to interact with core libraries or other modules. Atom module system is based on the concept of "hooks". A hook is a PHP function that is named foo_bar(), where "foo" is the name of the module (whose filename is thus foo.module.php) and "bar" is the name of the hook. Each hook has a defined set of parameters.

Download this script