wahnsinn’s avatarwahnsinn’s Twitter Archive—№ 12,889

  1. …in reply to @derickr
    @derickr The framework named #Flow, on which the CMS is based, creates temporary classes from the code, which are executed instead of my original PHP code. The call it "proxy" classes. github.com/dfeyer/flow-debugproxy can be used to map the proxy classes back to the original classes.
    1. …in reply to @wahnsinn
      @derickr Maybe one of the Flow people can explain it more detailed. I'm just happy I can use #xdebug now in the project. 😅 // cc @robertlemke @daskitsunet @dfeyer