Class Hm_Handler_hello_world_page_handler
This is an example of a handler module. This one is assigned to the hello_world page identifier
and will run after user data is loaded (this is done in the setup.php file). It sends a string
to the output modules for this page called "hello_world_data"
-
Hm_Handler_Module
uses
Hm_Module_Output,
Hm_Handler_Validate
-
Hm_Handler_hello_world_page_handler
Methods summary
public
|
#
process( )
Handler modules need to override this method to do work
Handler modules need to override this method to do work
|