Skip to content

fire1220/EntryPHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EntryPHP 简单的PHP开发框架

  • @author 周健东
  • @date 2018-12-29 17:15:03

使用说明

  • 没有做任何缓存
  • 集成angular.js

使用方法

​ 方法非常简单 , 创建index.php引入require_once 'EntryPHP/EntryPHP.php';设置权限直接访问index.php

index.php文件内容:

<?php
require_once 'EntryPHP/EntryPHP.php';
目录结构
  • EntryPHP
    • EntryPHP/EntryPHP.php
    • ......
  • index.php

如果创建文件是index.php则会生成Index的项目,如果想创建Admin项目,则使用创建admin.php访问

About

simple framework 简单的PHP开发框架

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages