lord / middleman-php

Parse PHP files in Middleman
MIT License
35 stars 9 forks source link

Include path + Middleware refactoring #4

Closed mcavallo closed 10 years ago

mcavallo commented 10 years ago

I'm implementing the default include_path pointing to the directory of the script that should bring some consistency. Also I refactored the whole injection logic and cleaned up the code.

After this changes I was able to run several script that failed before! There might be missing pieces yet but the environment is now much closer to the CGI.