Created
July 4, 2012 18:42
-
-
Save kmgdevelopment/3048845 to your computer and use it in GitHub Desktop.
ExpressionEngine Parse Order
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table> | |
{exp:channel:entries | |
channel="mychannel" | |
dynamic="no" | |
disable="categories|category_fields|member_data" | |
orderby="title" | |
sort="asc" | |
} | |
<tr> | |
{low_variables_var} | |
</tr> | |
{/exp:channel:entries} | |
</table> | |
<!-- Contents of Low Variables field, set to early parsing ---> | |
<td>{title}</td> | |
<td>{price}</td> | |
<td>{quantity}</td> | |
<td><a href="{exp:ifelse parse='inward'}{if pdf}{pdf}{if:else}{link}{/if}{/exp:ifelse}">More Info</a></td> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment