There's one last detail that I'd like to reinforce that I mentioned earlier. Within the PHPLIB all variables are equal, even if they aren't created the same way. This is true of variables defined with set_file, set_var, or set_block! To demonstrate this, let's take a look at four.ihtml:
and run this with the following code:
You'll note that the block of text gets put in the right place! Also note this line:
which clears out the BOne variable. This may or may not be necessary depending on how you have PHPLIB configured to run by default.
blog comments powered by Disqus |