PHP Classes

File: tests/config/config.php

Recommend this page to a friend!
  Classes of Thierry Feuzeu   Jaxon Config   tests/config/config.php   Download  
File: tests/config/config.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Jaxon Config
Save configuration values in immutable objects
Author: By
Last change:
Date: 12 days ago
Size: 345 bytes
 

Contents

Class file image Download
<?php

return [
   
'jaxon' => [
       
'core' => [
           
'debug' => [
               
'on' => false,
            ],
           
'prefix' => [
               
'class' => 'Jaxon',
            ],
           
'request' => [
               
'uri' => 'ajax.php',
               
'csrf_meta' => 'csrf-token'
           
],
        ],
    ],
];