Skip to content

Php CRUD App for storing projects and their details

Notifications You must be signed in to change notification settings

gargulRus/MGTable_2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MGTable_2.0

Php CRUD App for storing projects and their details

To run the application, you need a file core/env.php
in which the following constants are defined:
public const BASE_HOST = "you_host";
public const BASE_NAME = "you_base_name";
public const BASE_USER = "you_base_user";
public const BASE_PASS = "you_base_pass";
public const BASE_COLLATE = "SET NAMES 'UTF8'";
public const TITILE = "you_title";
public const MAX_FILE_SIZE = "you_max_size";

You also needed to add files/ directory to root,
where the project files will be loaded

About

Php CRUD App for storing projects and their details

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published