You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Config should be able to name rules so they can be referred to by redirections in modules.
Example:
The service locator should provide a method of redirecting to an URL based on the names in the config. ex: $this->sl->redirect("product", array("productId" => 1234)); would reverse resolve to the URL /product/1234 while $this->sl->redirect("products"); would resolve to URL /product
The text was updated successfully, but these errors were encountered:
Config should be able to name rules so they can be referred to by redirections in modules.
Example:
The service locator should provide a method of redirecting to an URL based on the names in the config. ex: $this->sl->redirect("product", array("productId" => 1234)); would reverse resolve to the URL /product/1234 while $this->sl->redirect("products"); would resolve to URL /product
The text was updated successfully, but these errors were encountered: