ptdi/mpub

There is no license information available for the latest version (v1.10) of this package.

processing csdb object

v1.10 2024-11-02 06:44 UTC

This package is auto-updated.

Last update: 2025-06-14 15:57:02 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);