Skip to content

PHP micro-framwork, trying to implement the MVC pattern as simple as possible

Notifications You must be signed in to change notification settings

BLooperZ/izotop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

izotop

PHP micro-framwork, trying to implement the MVC pattern as simple as possible

##NEEDED features:

  • support for themes
  • router with defaults
  • failsafe - CHECK ALWAYS
  • short and simple
  • easy to maintain directory sturcture
  • 1 core file: all project specific will be external files + project config file

##TODO:

  • implement model
  • implement an example theme
  • check that everything else working optimally
  • add comments and documentation
  • better README

Files sructure

|-- public/
    |-- assets/ 
    |-- index.php
    |-- .htacess
|-- app/
    |-- themes/
        |-- [sample_theme]/ 
            |-- [sample_theme].php
    |-- controllers/
        |-- [sample_ctrl].php
    |-- pages/
    |-- core.php
    |-- config.php
    |-- helpers.php
|-- .htacces

##please, check this code - if you can make it better, pull request!

About

PHP micro-framwork, trying to implement the MVC pattern as simple as possible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages