Skip to content
/ php-mvc Public template

Custom MVC framework written using object-oriented PHP

Notifications You must be signed in to change notification settings

jovannickovic/php-mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Custom PHP MVC

Initial setup


  • Change RewriteBase in .htaccess file inside PUBLIC folder.
  • Fill in config.php file inside APP folder with your own parameters.
  • A model is being loaded in the __construct() of homonymous file (named in plural, tho) in APP/CONTROLLER. File Page.php in APP/MODEL represents an example of how to deal with database.
  • There are some .css & .js files with a few lines of some basic code just to make sure whether everything's connected well and working, so feel free to delete them/clean the code if not needed.

About

Custom MVC framework written using object-oriented PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages