MyBB Community Forums

Full Version: Template System
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
A simplified version of what MyBB does is pull the templates from the database, and then store them in an array for the duration of the script. The $templates->get() function simply returns the array, which you then eval("\$myVar = \"" . $templates->get("whatever") . "\";"); which handles the variable replacing.
Pages: 1 2