Skip to content

Megatron7-code/Megatron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Megatron 框架

Megatron框架是一个MVC框架,包括了基本的视图,逻辑层,模型层。可以根据自己的需求定制功能。

Megatron 目录结构

  • index.php 项目引导文件
  • Megatron/Config 配置目录
  • Megatron/Data 系统模板文件
  • Megatron/Extends 系统扩展目录
  • Megatron/Lib 系统目录

Megatron 初始化

define('APP_NAME', 'Index');//项目名称
define('DEBUG', true);//开启调试模式

require "./Megatron/Megatron.php";//导入框架入口文件

About

Megatron框架是一个MVC框架,包括了基本的视图,逻辑层,模型层。可以根据自己的需求定制功能。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published