Advertisement
relax4o

array1

Oct 28th, 2015
399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.46 KB | None | 0 0
  1. <?php
  2.  
  3. return [
  4.  
  5.     'title' => 'Title',
  6.     'subtitle' => [
  7.             'toString' => 'sub title',
  8.             'subtitle2' => 'sub title 2',
  9.             'more' => [
  10.                 'more1' => 'more 1',
  11.                 'more2' => 'more 2']
  12.     ],
  13.    
  14.     'menu' => [
  15.    
  16.         'services' => [
  17.                 'toString' => 'Services',
  18.                 'test' => [
  19.                     'test' => 'test1']
  20.         ],
  21.        
  22.         'prices' => 'Prices',
  23.         'clients' => 'Clients',
  24.         'aboutus' => 'About us',
  25.         'contacts' => 'Contacts'
  26.     ]
  27. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement