Sort your connection Functions

How to sort ChronoForms v6 connection functions.

Overview

Managing a large, unsorted list of functions in a connection makes finding specific ones difficult.
Run a provided script to sort the functions by type and name, then manually update the connection data in the database.

Answered
Connectivity v6
he healyhatman 14 May, 2018
Answer
If you have a huge list of functions in your CCv6 connection, finding the right one can get a little tedious. It sure did for me so I made this quick little script to sort it out for me.[file=10557]sorter.txt[/file]
This script sorts your functions first by type and then by name.
USAGE:
  1. Rename the file sorter.php , put it on your server, and browse to it
  2. Open phpMyAdmin and browse to prefix_chronoengine_connections6
  3. Copy the text under the "functions" column for the row/connection you want to sort
  4. Paste it into the text box on yoursite.com/sorter.php and click "SORT"
  5. Copy and paste the resulting text string back into phpMyAdmin
This topic is locked and no more replies can be posted.