[development] The new menu system
karoly at negyesi.net
karoly at negyesi.net
Fri Sep 29 02:35:11 UTC 2006
----- Start Original Message -----
Sent: Thu, 28 Sep 2006 09:00:38 -0700
From: Derek Wright <drupal at dwwright.net>
To: development at drupal.org
Subject: Re: [development] The new menu system
>
> On Sep 27, 2006, at 12:35 AM, Dries Buytaert wrote:
>
> > Any particular reason not to use %d and %s?
Yes. 3^n possibiltiies instead of 2^n is a horrible cost. And also, we are matching in the database not with sprintf. Argument type is not to be solved IMNSHO on this level.
Regarding *, I think some modules already use that, namely views. There won't be too much escaping. You will never ever emit a path like node/%/foo , that's an internal id.
Regards
NK
More information about the development
mailing list