1. var $example_data = array(
  2. array(
  3. 'ID' => 1,
  4. 'title' => '300',
  5. 'price' => 'R',
  6. 'description' => 'Zach Snyder'
  7. ),
  8. array(
  9. 'ID' => 2,
  10. 'title' => 'Eyes Wide Shut',
  11. 'price' => 'R',
  12. 'description' => 'Stanley Kubrick'
  13. ),
  14. );
  15.  
  16. _________
  17.  
  18. var $example_data = array(
  19. 'post_type' => array('post', 'service' )
  20.  
  21. );