MODX Cloud

The Most Productive MODX Learning Playground Ever

Claim Free Lab Account

Label: model

All content with label model.
Related Labels: xml, xpdo, example

Page: Creating a Model With xPDO (xPDO 2.0)
Creating custom models to use xPDO with database tables is a pretty simple task in xPDO. What is a Model? Broadly speaking, the model layer in any MVC framework refers to data (often from the database) and the code that interacts with it. MODx uses xPDO ...