From: Wendall C. <we...@83...> - 2003-11-06 10:54:39
|
Hi everybody, I discovered a small problem, and have a proposed resolution. When I implemented the new changes using runtime.php, I realized that since the function calls are not coming from a class, I had naming conflicts with other functions of the same name with other mods runtime.php. Particularly other mods that I work on. I didn't want to come up with a new naming scheme, so I just created class/runtime.php and create a class called MYMOD_runtime, then I can call functions without naming conflicts from my runtime class. If this works, let me know, I'll do it for all the other conversions I have to do. Thanks, Wendall |