Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skerbis authored Sep 3, 2024
1 parent 65808b0 commit 1d198ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ Falls nötig, können Sie ein Identifikationsfeld und dessen Wert setzen:
```php
$renderer->setIdentId('user_id', rex_ycom_auth::getUser()->getId());
```
user_id ist nur ein Beispiel es kann jedes Feld genommen werden das ein Int annimmt.
Hier wird die ycom user id gespeichert (ideal für eine Relation) um den Ersteller zu tracken.



#### 13. Liste rendern

Expand Down Expand Up @@ -185,7 +189,7 @@ $renderer->setFormatCallback('date', function($value) {
return date('d.m.Y', strtotime($value));
});

// Identifikationsfeld festlegen (optional)
// Identifikationsfeld festlegen (optional), bitte achte darauf dass das Feld exitiert
$renderer->setIdentId('user_id', rex_ycom_auth::getUser()->getId());

// Liste rendern und ausgeben
Expand Down

0 comments on commit 1d198ba

Please sign in to comment.