Skip to content

Instantly share code, notes, and snippets.

@putzflorian
Created December 7, 2015 09:58
Show Gist options
  • Select an option

  • Save putzflorian/16559708152cddf147b3 to your computer and use it in GitHub Desktop.

Select an option

Save putzflorian/16559708152cddf147b3 to your computer and use it in GitHub Desktop.
Pimcore Route
<?php
$route = Model\Staticroute::getByName("blog");
echo $route->assemble(["prefix" => "/en/my-section", "id" => 123, "text" => "My Super Text"]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment