save Tpex commit

This commit is contained in:
Manuel Raynaud
2013-03-15 12:33:20 +01:00
parent b982c6d6c4
commit 8aaac2c5a2
4 changed files with 55 additions and 24 deletions

View File

@@ -152,7 +152,10 @@ class Parser implements ParserInterface
$tpex->init($this->container->get("request"), $this->container->get("dispatcher"), $content, THELIA_TEMPLATE_DIR . rtrim($this->template, "/") . "/");
$tpex->configure(
array("foo" => "Test\Loop\Foo"),
array(
"foo" => "Test\Loop\Foo",
"doobitch" => "Test\Loop\Doobitch"
),
array(),
array(
"secure" => "Thelia\Core\Template\BaseParam\Secure"