cs22120 / server

"Walking Tour Creator"
0 stars 1 forks source link

Initalised server development #1

Closed zuzak closed 10 years ago

zuzak commented 10 years ago

Please look through the code and give suggestions; I'm not entirely confident in making PHP applications that are bigger than simple scripts.

The idea is to have an index.php file that instantiates the app as opposed to having a huge single-file application, so includes/walkingTalkCreator.php has the bulk of the code.

I'm looking for a templating engine that doesn't suck; I was thinking maybe one of the forks of the PHP implementations of Jade, but I'm unsure as to which fork is the best fork. At the moment there is a simple static HTML file that gets included in a very roundabout fashion.

We also might want to find a BDD testing framework.

Note: This commit is artificially large due to the Semantic UI binary files and SVGs; the .php files are the important bits.

Meta

zuzak commented 10 years ago

Superseded; closing.