Cache templates with the full template path rather than just the name.
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 25 May 2015 21:44:48 +0000 (17:44 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 25 May 2015 21:44:48 +0000 (17:44 -0400)
commit2dbb698f2da9339190cc1e3d2e8bfb1f803ebc84
tree6986754d59b2e62bc2c375bdaac6a42645d8bc9b
parent87adeac143e78f72501a81353d91a01d18e157fa
Cache templates with the full template path rather than just the name.

This allows multiple TemplateLoaders to operate on different template_paths
but with the same template_cache.
testing/tests/views/template_loader_test.php
views/template_loader.php