[RSS Feed/News] Example setup insert data

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
While i have seen examples how to use the SV\StandardLib\InstallerHelper to add/edit tables,
i dont have seen any examples how to insert data with the setup. Is there anything special for this?
Or should i just use examples like from the RM?

Code:

Code:
    public function installStep3()
    {
        $this->db()->query("
            REPLACE INTO `xf_rm_category`
                (`resource_category_id`,
                `title`,
                `description`,
                `parent_category_id`...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom