Skip to content

star123good/complex-framework-release-v2.1

Repository files navigation

complex-framework-release

This is php complex framework release v2.0

Complex2.1 framework

Author

STAR SSS

Developed

v2.1 From 06/30/2020 To 10/22/2020

Folder Structure

This framework has the structure of MVC.

backend

  • configures
    • config.json
    • config.example.json
    • Config.php
  • controllers
    • admin
  • database
    • dumps
    • migrations
  • helps
    • common.help.php
  • library
    • Command.php
    • Controller.php
    • Database.php
    • Language.php
    • Log.php
    • Middleware.php
    • Model.php
    • Request.php
    • Response.php
    • RestController.php
    • Route.php
    • Service.php
    • Session.php
    • View.php
  • middlewares
  • models
  • services
  • Complex.php
  • router.php

frontend

  • public

    • assets
    • css
    • fonts
    • images
      • avatars
    • js
  • resources

    • js
    • languages
      • en.json
    • logs
    • scss
      • pages
      • partials
  • views

    • components
    • layouts
    • pages
      • admin
      • errors
      • home
      • user
  • vendor

  • .htaccess
  • complex
  • composer.json
  • index.php
  • README.md

Model

  • table
  • schema
    • 'name', 'type', 'default', 'model', 'foreign', 'virtual'