vae_render_tags()
Use the vae_render_tags() function to render the tags inside a VaeML tag.
Usage
vae_render_tags($tag, $context, $condition = true)
-
$tag - VaeML tag containing the child tags that should be rendered.
-
$context - Current VaeQL context. Generally the current $context variable is passed through.
-
$condition if false, will instead render the contents of the associated <v:else> tag, if one exists.
Returns
Returns the rendered contents of the tags.
Sample Usage
See the page for vae_register_tag() for several samples.