[Tickets #9025] Re: Horde Routes does not work
bugs at horde.org
bugs at horde.org
Sun May 30 01:41:46 UTC 2010
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9025
------------------------------------------------------------------------------
Ticket | 9025
Updated By | Chuck Hagenbuch <chuck at horde.org>
Summary | Horde Routes does not work
Queue | Horde Framework Packages
Version | Git master
Type | Bug
-State | Assigned
+State | Not A Bug
Priority | 1. Low
Milestone |
Patch |
Owners | Chuck Hagenbuch, Mike Naberezny
------------------------------------------------------------------------------
Chuck Hagenbuch <chuck at horde.org> (2010-05-29 21:41) wrote:
See http://dev.horde.org/routes/integrate.html#preloading-controllers,
specifically:
"Due to the way Horde/Routes makes use of regular expressions for URL
recognition, Horde_Routes_Mapper requires a valid list of Controllers
before it can match URL's."
If you add this line before the routematch() call:
$m->createRegs(array('articles'));
Then the example works fine.
More information about the bugs
mailing list