PHP Classes

File: tests/config/depth.php

Recommend this page to a friend!
  Packages of Thierry Feuzeu   Jaxon   tests/config/depth.php   Download  
File: tests/config/depth.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Jaxon
Call PHP classes from JavaScript using AJAX
Author: By
Last change:
Date: 4 months ago
Size: 779 bytes
 

Contents

Class file image Download
<?php

return [
   
'core' => [
       
'one' => [
           
'two' => [
               
'three' => [
                   
'four' => [
                       
'five' => [
                           
'six' => [
                               
'seven' => [
                                   
'eight' => [
                                       
'nine' => [
                                           
'ten' => [
                                               
'param' => 'Value',
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
        ],
    ],
];