Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seymar/framework

MVC PHP Framework
https://github.com/seymar/framework

Last synced: 18 days ago
JSON representation

MVC PHP Framework

Awesome Lists containing this project

README

        

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