daux.io/docs/04_SDK/05_PHP/25_Methods/05_Multiple.md

9 lignes
310 B
Markdown
Brut Vue normale Historique

2013-06-12 21:42:00 +02:00
Multiple objects represent a group of records in the CMS system.
To make a call to the api simply use the $cms variable:
$pages = $cms->key("OBJECT-NAME")->multiple();
You can also filter your results base field name.
$pages = $cms->key("OBJECT-NAME")->filter(FIELD-NAME, FIELD-VALUE)->multiple();