Actions
Feature proposal #7973
openImplement table class with alias generation support
Feature proposal #7973:
Implement table class with alias generation support
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.
Actions