 |
 |
| ShofarServer™ Tree Library |
| |
|
|
| ShofarServer’s Tree is its command and markup structure. |
| The documentation is in development. For examples see: |
| Email |
| Commands |
| Each request to a ShofarServer site is processed through a common command handler. Command names are the Tree item’s full name. A Command List is built by first getting the cookies, then the query string and finally the POST values. |
| Once the complete Command List is built, the entire list is iterated through in a parsing step. Once all commands have been parsed, the entire list is iterated through again and those that have not already failed will perform an execute step. |