From: Richard S. <ri...@ri...> - 2003-10-22 22:56:40
|
Currently in PWS the processTemplate() function will not process a template if the values of the first paramater was NULL, blank, or if there where no {TEMP} strings in the template. Can it be modified in the future to still process templates even though array(NULL) or array() was passed to it? If I want a template to be used right now and for some reason the user left some stuff blank I add a string in the template called {FOO} and append $array['FOO']=' '; just to make sure the template gets processed each time. Is there a better way to possible do this? What do you guys think? - Richard S. |