Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 30th, 2012  |  syntax: None  |  size: 0.17 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.  
  2.  
  3. $data = array(
  4.     'key1' => array(
  5.          'path' => '',
  6.          'some' => ''
  7.      ),
  8.      'key2' => array(
  9.          'path' => '',
  10.          'some' => ''
  11.      )
  12. );