XenForo
Administrative
- Thread starter
- Admin
- #1
Hello all,
I recently finished packing an addon which has had 3 versions so far:
The
PHP:
Read more
ادامه مطلب...
I recently finished packing an addon which has had 3 versions so far:
- 1000030
- 1000130
- 1010030
The
Setup.php file contains the following stepsPHP:
Code:
public function installStep1()
{
$this->schemaManager()->createTable('xf_asp_fb_foo', function(\XF\Db\Schema\Create $table)
{
$table->checkExists(true);
$table->addColumn('sys_id', 'int')->autoIncrement();
$table->addColumn('title', 'varchar', 40)...
Read more
ادامه مطلب...