Skip to content

brunogab/simple-php-mvc-extjs6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple PHP MVC with ExtJS 6.2

Installation

1. copy to your webserver
2. import gapp.sql into database (mysql or mariadb)
3. setup database config in app\Config\database.php

Login into App

Username: manager Password: 123..abC

This is an example program for who want to look at a very simple Model-View-Controller (MVC) architecture / pattern in PHP. (Frontend is extjs 6.2) Sites: login, home and userprofile.

tested on opensuse leap15.1 and windows-wamp

Screenshots:

Screenshot_2020-02-23 Example - Tool

Screenshot_2020-02-23 Example - Tool(5)

Screenshot_2020-02-23 Example - Tool(4)