PHP Classes

YII2 Migrik package blog

Recommend this page to a friend!

Latest YII2 Migrik package blog posts

  All package blogs All package blogs   YII2 Migrik YII2 Migrik   Blog YII2 Migrik package blog   Post article Post article  

1. How to Automatically Create Migration File for PHP Applications Using YII Framework

Updated on: 2022-10-11

Posted on:

Most applications use the MVC (Model View Controller) design pattern to implement model classes to map application data objects into database table records.

When those applications need to change the model class structure, they also have to update the database schema of the tables to modify the table to store the model class object variables.

MVC-based frameworks like YII2 can support the concept of migrations to perform this kind of application changes to the model classes.

This package implements a migration solution for YII2 framework-based applications that simplifies the generation of migration files for these applications.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)


  All package blogs All package blogs   YII2 Migrik YII2 Migrik   Blog YII2 Migrik package blog   Post article Post article