Skip to content

A simple PHP Test I did. Objective was to submit a form, return feedback, using any way I wanted. I took advantage of Limonade's routing, and simple MVC. It ended up being very lightweight and accomplished the goal greatly.

Notifications You must be signed in to change notification settings

vertex/Simple-PHP-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTES

A simple PHP Test I did. Objective was to submit a form, return feedback, using any way I wanted. I took advantage of Limonade's routing, and simple MVC. It ended up being very lightweight and accomplished the goal greatly.

INSTALLATION

mkdir lib wget -O limonade.zip https://github.com/sofadesign/limonade/zipball/master unzip limonade.zip mv sofadesign-limonade-0d357db/lib lib/limonade rm -rf sofadesign-limonade-0d357db rm limonade.zip

About

A simple PHP Test I did. Objective was to submit a form, return feedback, using any way I wanted. I took advantage of Limonade's routing, and simple MVC. It ended up being very lightweight and accomplished the goal greatly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published