Ben Bangert wrote: > > Ah, sorry, let me rephrase. I meant, how would you know where in the > route-list you wanted the new one in at? That would seem to require > pretty extensive knowledge of the route setup. If you're inserting > routes dynamically, it seems easy to lose track of where you're > inserting, while at the front/last is more predictable. >
True. I was thinking that the use of dynamic route insertion would be a fairly limited occurrence in an app and it would be manageable. In the case where dynamic route construction was rampant then the programmer could make the decision to only use 'insert_at=0' or 'insert_at=-1' for his sanity. Robert --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss -~----------~----~----~----~------~----~------~--~---
