PHP Classes

File: config/toolsSite/siteconfig.tools.php

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis CMS   config/toolsSite/siteconfig.tools.php   Download  
File: config/toolsSite/siteconfig.tools.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Melis CMS
Content management system that provides its tools
Author: By
Last change:
Date: 1 year ago
Size: 2,734 bytes
 

Contents

Class file image Download
<?php
return [
   
'plugins' => [
       
'meliscms' => [
           
'tools' => [
               
'meliscms_tool_sites' => [
                   
'forms' => [
                       
'meliscms_tool_sites_siteconfig_form' => [
                           
'attributes' => [
                               
'name' => 'meliscms_tool_sites_siteconfig_form',
                               
'id' => 'id_meliscms_tool_sites_siteconfig_form',
                               
'method' => 'POST',
                               
'action' => '',
                            ],
                           
'hydrator' => 'Laminas\Hydrator\ArraySerializableHydrator',
                           
'elements' => [
                                [
                                   
'spec' => [
                                       
'name' => 'sconf_id',
                                       
'type' => 'hidden',
                                       
'options' => [
                                        ],
                                       
'attributes' => [
                                           
'id' => 'sconf_id',
                                           
'value' => '',
                                        ],
                                    ],
                                ],
                                [
                                   
'spec' => [
                                       
'name' => 'sconf_site_id',
                                       
'type' => 'hidden',
                                       
'options' => [
                                        ],
                                       
'attributes' => [
                                           
'id' => 'sconf_site_id',
                                           
'value' => '',
                                        ],
                                    ],
                                ],
                                [
                                   
'spec' => [
                                       
'name' => 'sconf_lang_id',
                                       
'type' => 'hidden',
                                       
'options' => [
                                        ],
                                       
'attributes' => [
                                           
'id' => 'sconf_lang_id',
                                           
'value' => '',
                                        ],
                                    ],
                                ],
                            ],
                           
'input_filter' => [

                            ],
                        ],
                    ],
                ],
            ],
        ],
    ],
];