Skip to content

Commit

Permalink
Update docs/04_yorm.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Walther <github.com@alexplus.de>
  • Loading branch information
skerbis and alxndr-w authored Sep 29, 2023
1 parent 8d8eb57 commit 406ede6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/04_yorm.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ Beispiel für resetSelect()
// resetSelect() ermöglicht es im Anschluss per select nur die Felder des Datensatzes zu erhalten, die man wirklich benötigt.

```php
$dataset = rex_yform_manager_query::get('rex_yf_jobs_contactpersons')
$dataset = rex_yform_manager_query::get('rex_yf_example')
->resetSelect()
->select('id')
->select('title')
Expand Down

0 comments on commit 406ede6

Please sign in to comment.