Child pages
  • Chapitre 8 – Utilisation avancée

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$opt = array( 'resource'   => 'customers', 
              'display'    => '[lastname]', 
              'filter[id]' => '[1,10]');

...

Code Block
$opt = array( 'resource'          => 'customers', 
              'display'           => '[birthday]', 
              'filter[firstname]' => '[John]', 
              'filter[lastname]'  => '[DOE]' );

...