save form field in component params joomla

后端 未结 2 643
再見小時候
再見小時候 2020-12-21 13:28

I am using joomla 2.5, I am working on custom component of joomla . I have created the form in backend admin page. what i need is , i want to save the post data of form in

2条回答
  •  北海茫月
    2020-12-21 13:28

    If you want to store params in the extension table, why not just use com_config for it?

    See http://docs.joomla.org/J2.5:Developing_a_MVC_Component/Adding_configuration

    Then you don't have to do anything besides creating the config.xml and adding a link to the config options in the toolbar.

提交回复
热议问题