Confirmed users
21
edits
(addon/1234-blah ?) |
|||
Line 74: | Line 74: | ||
With cake, it's pretty much guaranteed you won't see .php anywhere. Also, because of the models, there will be very very few pages that aren't associated with a table. For adding/updating/managing addons, the url will be addons/add or addons/manage. The only thing in /developers will be a listing of your addons with links to the other models. For admin stuff, it will be a page with links to the administrative things for the various tables, like tags/manage. Obviously, this will all be controlled with cake's ACL so not anyone can access these features. [[User:Fligtar|Fligtar]] 18:46, 22 August 2006 (PDT) | With cake, it's pretty much guaranteed you won't see .php anywhere. Also, because of the models, there will be very very few pages that aren't associated with a table. For adding/updating/managing addons, the url will be addons/add or addons/manage. The only thing in /developers will be a listing of your addons with links to the other models. For admin stuff, it will be a page with links to the administrative things for the various tables, like tags/manage. Obviously, this will all be controlled with cake's ACL so not anyone can access these features. [[User:Fligtar|Fligtar]] 18:46, 22 August 2006 (PDT) | ||
I think that : | |||
/addon/addon-name/ or even /addon/1234-addon-name/ is better than /addon/1234/ | |||
/author/321-john/ or /author/john/ is also better than /auhor/321/ | |||
[[User:Tbassetto|Tbassetto]] 01:14, 23 August 2006 (PDT) | |||
= User accounts = | = User accounts = |