On 4 Jan 2012, at 08:14, Tianyin Xu wrote: > Could anyone tell me how can I find the implementation of the function > "ap_run_translate_name" and "ap_run_map_to_storage"? Or give me some > direction or hints.
These are functions to run hooks. The actual work is implemented by modules which use the hook to insert a function. Look through the code for instances of ap_hook_translate_name and ap_hook_map_to_storage. The first argument to those is a function that does the work. Or buy the book! http://www.apachetutor.org/ -- Nick Kew
