Closed (works as designed)
Project:
Pageroute
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2007 at 20:49 UTC
Updated:
14 Nov 2008 at 10:56 UTC
currently pages are only identified by their (name, prid) combination, I'd like to see the have a numerical ID too.
Comments
Comment #1
fagohm, for what?
Personally I'm not a fan of ids, that are only used once and introduce extra database lookups just for looking up the identifier. I also prefer to have readable urls per default, which leads to using the page name in the URL.
So are there any reasons to switch to numerical IDs?
Comment #2
gerhard killesreiter commentedThe problem with "identify by page name" is that the page name can be edited later. A numerical ID would be created at creation time and persist until the page was deleted.
Comment #3
fagoyeah, but why would one need such a persistent id?
(I've currently not the need for it, in pageroute's code so it isn't there.)
Comment #4
Tauran commented