We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 13370
    • 45 Posts
    How much verification is done while parsing a schema into database tables and relationships? I’m especially interested in if the relationships between tables/classes is checked for validity (existing tables/classes etc)
      • 28215
      • 4,149 Posts
      Quote from: Jacob at Nov 29, 2009, 03:48 AM

      How much verification is done while parsing a schema into database tables and relationships? I’m especially interested in if the relationships between tables/classes is checked for validity (existing tables/classes etc)
      What do you mean by "parsing a schema into database tables and relationships"? Do you mean xPDOGenerator::parseSchema? If so, none at this time - this is up to you to make sure you have valid fields and definitions.
        shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
        • 13370
        • 45 Posts
        I see. Yes that was exactly what I meant. Anyway, I suspected as much for the current state of development. But it sure would be neat to have in revo when it matures.
        Having a compiler tell me all the small typos I make is an invaluable part of my daily work. I think if you are serious about the framework part in the CMF concept, automatic verification of schemas is one of those details that will make it nice to work with.