Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How does Vanilla handle administrative options?
I'm attempting to roll my own CMS, so I'm trying to look around at different software and figure out how they do things.
It seems that Vanilla keeps all administrative values in settings.php. It appears that every single page that is called pulls up settings.php and checks the values to see how it should display things and what should/shouldn't be enabled.
My question refers to performance and also to extensions. Are saving values like this (which are rarely changed) better to put inside a flat file than a database? Are there any problems with doing this?
Also, as far as extensions go. Where is their admin functionality stored? Are their values also stored in the settings file, or somewhere else?
Any insight on how this system works would be greatly appreciated.
Thanks
0
This discussion has been closed.
Comments