-1

I know that site_content is the main one. Are there any related tables required for ModX Resources?

Mureinik
  • 297,002
  • 52
  • 306
  • 350
symlink
  • 11,984
  • 7
  • 29
  • 50

2 Answers2

0

site_tmplvar_contentvalues - for storing tv values. These two tables - all you need in most cases.

Vasis
  • 2,281
  • 1
  • 16
  • 23
0

To get a real understanding of how modx works you'll need to do a little research into xPDO. More specifically the xPDO schema.

Check out the modx schema on git

Ian Brindley
  • 2,197
  • 1
  • 19
  • 28