php7 repositories

Welcome to php7 repositories Thu, Nov 30 2023 @ 14:38

php7 repositories Glossary
Categories all ·   Common   ·   Technical   ·   Usage  
Subjects all ·   Glossary   ·   Boxary  
Letters all  #  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z
Terms  Export   Import                               

Export
Category Usage
Subject Glossary
A function or procedure that converts your data to a CSV file format and sends it to your client (PC or mobile).
Current export takes the category, term and explanation and must be invoked per subject.
Future export takes the author, moderator and timestamps also.

Import
Category Usage
Subject Glossary
A function or procedure that converts a proper CSV file to glossary data and stores that in the proper tables.
A CSV file to import may contain any field, but only current glossary items are recognised. Other files are ignored.
The import facility creates new categories found in the file.
It uses SQL for transactions and will roll back when errors are found. If your mySql implementation does not support transactions, all will be fine and no roll back is executed.
Author and moderator are checked for existence, and, if not found, will be replaced by resp. anonymous and you're username.