paktangent Posted September 22, 2012 Share Posted September 22, 2012 How can I get module configuration Info in hooks.php file of the same module. I have searched the forums but could not find the answer. 0 Quote Link to comment Share on other sites More sharing options...
jclarke Posted September 22, 2012 Share Posted September 22, 2012 You will need to get the values directly from the database. 0 Quote Link to comment Share on other sites More sharing options...
paktangent Posted September 22, 2012 Author Share Posted September 22, 2012 Where in the database are the values save. I have searched the database alot but could not find the place where configurations are saved? 0 Quote Link to comment Share on other sites More sharing options...
paktangent Posted September 22, 2012 Author Share Posted September 22, 2012 I have tried to search a lot but could not locate where in the database does the values get stored. Even though i do not have a database for addon module, yet the values i save in configuration remain there. I would be highly grateful, if you can guide me. I really mean it. 0 Quote Link to comment Share on other sites More sharing options...
jclarke Posted September 22, 2012 Share Posted September 22, 2012 They stored in the tbladdonmodules table, the module column will be the name of your module, the settings column is the option name and the value is the value entered. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.