|
dbxapp 4.5.3
Technische API-Referenz der dbxapp-Plattform
|
Löst kanonische CMS-Permalinks zu veröffentlichten Inhalten auf. Mehr ...
Öffentliche, statische Methoden | |
| static | segment ($text, $fallback='seite') |
| static | slug ($text) |
| static | normalize ($permalink) |
| static | canonical_from_legacy ($permalink) |
| Übersetzt ausschließlich alte, pfadartige CMS-Permalinks. | |
| static | public_path ($permalink) |
| Liefert den kanonischen öffentlichen Pfad eines CMS-Permalinks. | |
| static | is_valid ($permalink) |
| static | exists ($db, string $content_dd, string $permalink, int $exclude_id=0) |
| static | unique ($db, string $content_dd, string $permalink, int $exclude_id=0) |
| static | build ($db, $folder_dd, $folder_id, $title, $exclude_id=0) |
Löst kanonische CMS-Permalinks zu veröffentlichten Inhalten auf.
|
static |
Benutzt $db.
|
static |
Übersetzt ausschließlich alte, pfadartige CMS-Permalinks.
Die Rückgabe dient als kompatibler Alias; gespeichert werden nur noch flache Werte.
Wird benutzt von dbx\dbxContent\dbxContentPermalinkIndex\resolve().
|
static |
Benutzt $db, if und is_valid().
|
static |
Wird benutzt von exists() und dbx\dbxContent\dbxContentPermalinkIndex\resolve().
|
static |
|
static |
Liefert den kanonischen öffentlichen Pfad eines CMS-Permalinks.
|
static |
Wird benutzt von normalize() und slug().
|
static |
Benutzt segment().
|
static |
Benutzt $base, $db und normalize().