Giter VIP home page Giter VIP logo

php_studentmanagement's Introduction

PHP_StudentManagement

Web应用开发课程作业

开始使用

composer install

设置站点根目录为/public/,Nginx 需要额外配置 URL 重写规则。

目录结构

.
├── README.md
├── composer.json
├── composer.lock
├── core
│   ├── checker.php     表单验证
│   ├── config.php      配置
│   ├── core.php        入口
│   ├── database.php    数据库 (其中包括数据库单例,以及简单的链式调用方法)
│   ├── function.php    模板函数
│   └── router.php      路由
├── handler
│   ├── Handler.php     控制器父类
│   ├── Main.php        主要业务逻辑控制器
│   └── NotFound.php    404 路由控制器
├── public
│   └── index.php       程序入口
├── vendor              Composer 依赖
└── views               视图
    ├── add.php
    ├── del.php
    ├── edit.php
    ├── footer.html
    ├── header.html
    └── index.php

php_studentmanagement's People

Contributors

wuhan005 avatar

Stargazers

ObjectNotFound avatar Annevi avatar 祀画 avatar fumeboy avatar  avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

nivekhah

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.