Skip to content

DanielMabadeje/Blog-with-mvc-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Blog or Social Media with my MVC Framework

Out of the box Start comes with :

  • spl autoloading
  • Single Entry Point PHP
  • Helpers

2- Routing

http:https://example.io/{controller}/{method}/{param1?}/

3- Controllers

  • All Controllers extend the controller class..
  • To call a model in your controller class .. type $this->model('{your_model'})

4- Model

  • To Create a model just type php start make:model {your model}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published