Menu

#14 callflow.php browser interface

v0.0.1
open
nobody
None
1
2017-03-16
2017-03-16
Calvin E.
No

I've created this PHP front end to callflow.

It depends on the filename quoting and current working directory changes in https://sourceforge.net/p/callflow/bugs/11/#d64b.

It's usable as in include with a CSS wrapper, or standalone. There is a sentinal constant to control whether the script can still be run directly when being included in a wrapper.

1 Attachments

Discussion

  • Calvin E.

    Calvin E. - 2017-03-16

    OK to close this, I just wanted to share in case it was useful to anyone else. I might start a separate sourceforge project if there's enough interest.

     
    • Calvin E.

      Calvin E. - 2017-03-18

      Found some issues related to using a pre-defined custom order file, and copying a backup of an order file to final result directory. The former is confusing to the end user when their capture contains more nodes than the pre-defined custom order, and the later prevents the "Default" option from replacing the backed up version on subsequent re-flows if desired.

      I plan to rework this, in the meantime in order for the default order file option to override any previously saved order including any pre-defined custom order, create an empty order file and set this as the default.

      At CLI:
      $ touch empty.order

      In callflow.php around line 60 after // Provide a system default node order file
      change
      $orderFile='';
      to
      $orderFile="$scriptDir/empty.order";

       

Log in to post a comment.

MongoDB Logo MongoDB