Skip to content

Magnet-js/php_simple_routing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

php_simple_routing

How to start:

[1] open routes.php
[2] add your desired routings
[3] dont forget the .htacces file !

Documentation

Main Page
any('/', 'filepath');

POST
post('/postPicture/$id', 'filepath');

GET
get('/getPicture/$id', 'filepath');

with $id for example you can pass a dynamic variable in the url =)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages