Feature proposal #7973
open
Implement table class with alias generation support
Added by krileon over 4 years ago.
Updated 3 months ago.
Description
Instead of implementing support for generating an alias for an object on a per implementation basis create a table class that handles this in a generic way. This is basically the same concept as using ordered table class. The following would be necessary to cover the various usecases.
AliasTable
AliasOrderedTable
This also brings up the issue of having to have combined classes like this with different extend paths. Maybe there's a better way to separate these out? Needs further consideration, but we do need a generic alias storage solution so plugins can better generate their SEF URLs cleanly with optimal performance.
- Target version changed from CB 2.4.6 to CB 2.4.7
- Target version changed from CB 2.4.7 to CB 2.5.0
- Target version changed from CB 2.5.0 to CB 2.6
- Target version changed from CB 2.6 to CB 2.6.1
- Target version changed from CB 2.6.1 to CB 2.7
- Target version changed from CB 2.7 to CB 2.7.2
This should just become a Trait class. Same for Ordered table, etc.. They should all be Trait classes that other classes can optionally add.
- Target version changed from CB 2.7.2 to CB 2.7.3
- Target version changed from CB 2.7.3 to CB 2.7.4
- Target version changed from CB 2.7.4 to CB 2.8
- Target version changed from CB 2.8 to CB 2.8.1
- Target version changed from CB 2.8.1 to CB 2.8.2
- Target version changed from CB 2.8.2 to CB 2.9.0
- Target version changed from CB 2.9.0 to CB 2.9.2
- Target version changed from CB 2.9.2 to CB 2.9.3
- Target version changed from CB 2.9.3 to CB 2.9.4
Also available in: Atom
PDF