I am a new Joomla Developer and I try to create a module for the Joomla and I like to write some options in the Database for that module.
In WordPress I have a function "add_option()" that allowing me to write some options to the Global WordPress Options table.
In Joomla is there anything similar? Is there a way to write some options in database without creating a new table ?
In case there is no available that option, Is there any article/tutorial to help me on Joomla Table creation and data adding into that table ?