Skip to content

ribafs/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://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}

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.7%
  • TSQL 2.1%
  • CSS 0.2%