PHP2HTML makes use of some external libraries which can be located either locally in a folder on the host server or public on a CDN server: Cloudflare on the Internet.
If location on a CDN server is chosen, it has the disadvantage that the program loses functionality when there is no connection to the Internet.
If local location is selected, it is up to you to copy needed files and provide updates manually.
When you program a page, you must choose which library and location to use.
Locally located libraries are located in the system folder _assets.
Local folders:
<System_folder> System support files (.lib.php .sys.json .init.php)
¦---- _accessories Project support files (.img .ttf)
¦---- _assets "libraries"
¦ ¦---- jquery "jquery"
¦ ¦---- jquery-ui "jquery-UserInterface"
¦ ¦---- tablesorter "Advanced tables"
¦ ¦---- font-awesome "Icons"
¦ ¦---- tinymce "HTML-editor"
¦ ¦---- dialog-polyfill "popup dialog"
¦---- <Project_1_folder> (.page.php)
¦ ¦---- <Project_data> (.dat .json .img)
¦---- <Project_2_folder> (.page.php)
¦---- <Project_data> (.dat .json .img)
Every library-folder has a subfolder: latest containing the newest library-files.