xPDOGenerator.writeSchema
Last updated Mar 10th, 2021 | Page history | Improve this page | Report an issue
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
$291 per month—let's make that $500!
Learn morexPDOGenerator::writeSchema¶
Parses an existing database and generates a XPDO XML schema from it.
Syntax¶
API Docs: http://api.modxcms.com/xpdo/om-mysql/xPDOGenerator_mysql.html#writeSchema
Example¶
Generate the xml schema from an existing database. This also only generates XML for the tables prefixed with 'mydb_'.
Note: generating the XML schema doesn't generate the aggregate and composite relationships - just the field and object definitions. You'll need to specify those relationships yourself. See Defining Relationships for more details.
See Also¶
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
$291 per month—let's make that $500!
Learn more