EE Parse Order Cheat Sheet by adrienne
ExpressionEngine Parse Order cheatsheet
development cms web expressionengine
Step 0Read URI to determine template | Get template from DB, check permissions & authentication | Get template from file | Return static template |
| | Step 1Parse snippets / global variables | Parse segment variables | Parse embeds | Parse date string constants | Parse {template_edit_date} and {current_time} | Parse global variables defined in config files | If template is cached, get cache and go to Step 7 |
Step 3Parse simple conditionals: segment, embed, global variables |
Step 4Assign and parse {preload_replace} variables |
Step 5Parse module tags (inward) | Parse plugin tags (outward, by default) |
Step 6Parse PHP on Output | Write cache file |
Step 7Parse advanced conditionals |
Step 8Process embedded templates | Apply redirect |
| | Step 9Parse user-defined global variables | Parse other built-in global variables (see below) |
Late-Parsed Global Variables{app_build} | {location} | {app_version} | {member_group} | {build} | {member_id} | {captcha} | {member_profile_link} | {charset} | {path} | {cp_url} | {private_messages} | {debug_mode} | {screen_name} | {doc_url} | {site_index} | {email} | {site_name} | {encode} | {site_url} | {group_description} | {stylesheet} | {group_id} | {total_comments} | {group_title} | {total_entries} | {gzip_mode} | {total_forum_posts} | {hits} | {total_forum_replies} | {homepage} | {total_forum_topics} | {ip_address} | {username} | {ip_hostname} | {version} | {lang} | {webmaster_email} |
|
Download the EE Parse Order Cheat Sheet
1 Page
http://www.cheatography.com/adrienne/cheat-sheets/ee-parse-order/
//media.cheatography.com/storage/thumb/adrienne_ee-parse-order.750.jpg
PDF (recommended)
Alternative Downloads
Your Download Will Begin Automatically in 5 Seconds.
Close
Cheatographer
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets