PHP Classes

File: app/configs/components/user.php

Recommend this page to a friend!
  Classes of Oleg Lunegov   MicroPHP Framework   app/configs/components/user.php   Download  
File: app/configs/components/user.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/user.php
Date: 2 months ago
Size: 120 bytes
 

Contents

Class file image Download
<?php

// User
return [
   
'class' => '\Micro\Web\User',
   
'arguments' => [
       
'session' => '@session'
   
]
];