PHP Classes

File: app/configs/components/cookie.php

Recommend this page to a friend!
  Classes of Oleg Lunegov   MicroPHP Framework   app/configs/components/cookie.php   Download  
File: app/configs/components/cookie.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: MicroPHP Framework
MVC framework for Web or command line applications
Author: By
Last change: Update of app/configs/components/cookie.php
Date: 9 months ago
Size: 126 bytes
 

Contents

Class file image Download
<?php

// Cookie's
return [
   
'class' => '\Micro\Web\Cookie',
   
'arguments' => [
       
'request' => '@request'
   
]
];