Skip to content

seymar/Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Framework

MVC PHP Framework

Directory structure

  • application/
    • Controller/
      • BaseController.php
      • IndexController.php
    • Model/
      • BaseModel.php
      • User.php
    • View/
      • Elements/
        • navigation.php
      • Index/
        • login.php
      • Layouts/
        • auth.php
        • panel.php
      • BaseView.php
  • library/
    • Controller/
      • Component/
        • AuthComponent.php
        • SessionComponent.php
      • Component.php
      • Controller.php
    • Model/
      • Model.php
    • Database.php
    • Router.php
  • index.php

About

MVC PHP Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages