PHP Classes

File: tests/config/annotations.php

Recommend this page to a friend!
  Packages of Thierry Feuzeu   Jaxon   tests/config/annotations.php   Download  
File: tests/config/annotations.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: 254 bytes
 

Contents

Class file image Download
<?php

return [
   
'core' => [
       
'prefix' => [
           
'class' => '',
        ],
       
'request' => [
           
'uri' => 'http://example.test/path',
        ],
       
'annotations' => [
           
'enabled' => true,
        ],
    ],
];