Skip to content

gitachyut/rr_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A custom MVC framework.

Used libraries (like Formvalidation,CSRF,Pagination etc. ) are custom.

Illuminate\Database package is used For Database connectivity and query building.

Initial Setup

-> /app/config/config.php

Some reserve keyword

page - can't use 'page' as controller or method.

must need to use

-> password field name should be 'password' and password confirm filed should be named as 'confirm_password'
-> Database can be access using DB::static_query_building_method_chaining
-> Csrf::csrf_token() is used to generate csrf token.


About

Custom MVC in php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages