xPDOGenerator.parseSchema
Последнее обновление Jan 28th, 2020 | История страницы | Улучшить эту страницу | Сообщить о проблеме
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
$306 per month—let's make that $500!
Learn morexPDOGenerator::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
$306 per month—let's make that $500!
Learn more