Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 662 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 662 Bytes

wires

Wires. Lightweight RESTfull routing and response framework. It has a small example application in it for making a folder/user structure.

How to use:

#####Edit the folowing files:

  • index.php
  • public/views/home.view.html

#####Empty or edit the following files when using this framework:

  • public/css/style.css
  • public/js/general.js

#####The following example files can be removed when using this framework:

  • Api/Controller/Node.php
  • Api/Controller/Tree.php
  • Response/Groupnode.php
  • Response/INode.php
  • Response/Tree.php
  • Response/Usernode.php
  • Lib/Model/Node.php
  • Lib/Model/Tree.php
  • public/css/tree.css
  • public/views/testTree.html