in reply to Re^2: mapping complex structures to mysql tables
in thread mapping complex structures to mysql tables

The significant part of my "solution" was:

store the configuration in existing relevant tables, or should add configuration tables specific to the site area as required

so if "the site currently works as yout suggested solution" then you have no problem.

If "boss wants the possibility that anyone can access and edit the settings" that implies to me that you need to add some sort of administrative access configuration panel to your site. Allowing configuration by direct access to raw configuration data is a recipe for major disaster!

True laziness is hard work
  • Comment on Re^3: mapping complex structures to mysql tables

Replies are listed 'Best First'.
Re^4: mapping complex structures to mysql tables
by niubi (Initiate) on May 09, 2013 at 16:37 UTC
    I certainly know the implications of allowing people access to editing settings (like the one you mention), but that is irrelevant to the problem I want to solve (that is, store complex data structures in MySQL in a way that is easy to edit the settings stored), that's why I haven't mentioned those issues.

    I also know that this solution is not optimal (I already discussed this several times with my boss), but it is THE solution my boss wants and he is the one that pays me, so I do what he says :)