2

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 ?

KodeFor.Me
  • 13,069
  • 27
  • 98
  • 166
  • 1
    for what purpose you want to add extra option in module ?..you can use params for extra option ! – rynhe Aug 31 '12 at 12:36
  • 1
    What do you mean by options what is a option in Wordpress? – sushil bharwani Aug 31 '12 at 12:36
  • 1
    see the right side of the module in back end..you can see like Basic option & Advance option – rynhe Aug 31 '12 at 12:39
  • By the module installation, I like to get a random message and then writed into the database for the specific web site. Then, the module, at the frontEnd I like to display that message. But that message must be the same for that site until the plugin will be removed. – KodeFor.Me Aug 31 '12 at 12:46
  • An option in WordPress is something like global configuration. – KodeFor.Me Aug 31 '12 at 12:46

1 Answers1

1

You have to go with this link it really helps you to create new module in joomla..

http://docs.joomla.org/Creating_a_simple_module

Actually what you want exact can u please explain here what you going to do in Joomla? Because by using joomla we can create components,modules,plugins. Each elements was used for different purpose.

Need better clarification form you.. :)

Basith
  • 1,077
  • 7
  • 22