Jump to main content Jump to doc navigation

xPDOGenerator::parseSchema

Анализирует XML-схему XPDO и создает из нее классы и файлы карт.

Синтаксис

API Docs: http://api.modxcms.com/xpdo/om/xPDOGenerator.html#parseSchema

boolean parseSchema (string $schemaFile, [string $outputDir = ''], [boolean $compile = false])

Пример

Создайте файлы карты и класса для схемы XML:

$manager = $xpdo->getManager();
$generator = $manager->getGenerator();
$generator->parseSchema('mypackage.mysql.schema.xml','/path/to/mypackage/model/');

Смотрите также

Support the team building MODX with a monthly donation.

The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.

Backers

Budget

$0 per month—let's make that $500!

Learn more