Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To launch a PHP controller script, you must specify a path to it using the controller query string parameter.  For example: http://yourServer:8080/profoundui/start?controller=/php/profoundui/helloworldmyscript.php

If default settings are used, the above helloworldmyscript.php file would be stored in the /www/zendcore/htdocs/profoundui IFS directory.

...