PHP Classes

File: MIGRATION_4.0_to_4.1.md

Recommend this page to a friend!
  Classes of Slawomir Kaleta   Dframe Framework   MIGRATION_4.0_to_4.1.md   Download  
File: MIGRATION_4.0_to_4.1.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Dframe Framework
Modular MVC based PHP Web framework
Author: By
Last change: Update of MIGRATION_4.0_to_4.1.md
Date: 3 years ago
Size: 243 bytes
 

Contents

Class file image Download

Migration 4.0 to 4.1

Replace

use Dframe\Config;
use Dframe\Session;
use Dframe\Token;

Dframe\Messages is now separate repository

In to

use Dframe\Config\Config;
use Dframe\Session\Session;
use Dframe\Token\Token;