ptdi/mpub

processing csdb object

v1.07 2024-03-18 08:17 UTC

This package is auto-updated.

Last update: 2024-05-01 07:06:51 UTC


README

you can add index.php in application path and try to: $dmodule = new DModule("demo12.xml"); $dmodule::validateToSchema($dmodule->getDOMDocument());

dd($dmodule);

you can resolve data module name by: DModule::resolveDMName($dmodule, 1);