Skip to content

JustSkiv/Adeka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SK-Framework v0.1

Description

This project is a little MVC-framework made for educational purposes

There are currently several test controllers, views, and models in the project. I will remove them in the future.

A brief overview of the structure

- public/index.php - the main script that accepts requests

- vendor/core - core of the framework
-- vendor/core/base - base controller, moldel and view
-- vendor/core/Db.php - connection to DB
-- vendor/core/Router.php - router

- vendor/libs - external libs
-- vendor/libs/helpers - some classes with help methods

- app - application (controllers, models, views)

- config - configuration of the application (parameters of the DB connection)

Example project on SK-Framework

Feedback

Email: [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published