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:
Read more
ادامه مطلب...
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
ادامه مطلب...