phpbb/phpBB/includes/template
Oleg Pudeyev 05b71ca04e [feature/template-engine] Factor template locator out of template class.
Template locator is responsible for maintaining mapping from template
handles to filenames and paths, and provides resolution services
using these mappings.

Template locator is aware of template inheritance and is capable of
checking template file existence on the filesystem.

PHPBB3-9726
2011-07-30 17:06:22 -04:00
..
compile.php [feature/template-engine] Refactor $config dependency out of the filter 2011-07-10 00:35:07 +02:00
context.php [feature/template-engine] Add ampersands to return refs by reference. 2011-07-10 03:45:57 -04:00
filter.php [feature/template-engine] Docblocks, no more constructor for filter 2011-07-16 15:24:14 +02:00
locator.php [feature/template-engine] Factor template locator out of template class. 2011-07-30 17:06:22 -04:00
renderer.php [feature/template-engine] Delete @version everywhere. 2011-05-14 15:30:20 -04:00
renderer_eval.php [feature/template-engine] Delete useless assignment by reference for $lang. 2011-07-10 03:41:09 -04:00
renderer_include.php [feature/template-engine] Delete useless assignment by reference for $lang. 2011-07-10 03:41:09 -04:00
template.php [feature/template-engine] Factor template locator out of template class. 2011-07-30 17:06:22 -04:00