Ferreteria/v0.6/clade/Sys/Data/aux/files/DataFolder/@fx/PairCheck

From WoozleCodes
Jump to navigation Jump to search
DataFolder::PairCheck()

About

Page

History

date what
2025-01-27 #TODO: use data-migration enum as basis for orphaned-file-extension list (in the QryIt('sql') section) (...that is, data files which don't have an associated .json index file)
2025-11-02 renamed from IndexIt()PairCheck()
2026-08-03 updating of calls to work with refactoring elsewhere

Note: Either of these will work for retrieving the Meta data:

  • Method 1:
    $oMeta = $oPair->OFiMeta;
    $oaMeta = $oMeta->AsOArray;
    $oaMeta->Fetch();
  • Method 2:
    $oaMeta = $oPair->OAData;