模块助手形式的 Prestashop Table

Prestashop Table in module helper form

在模块助手形式中,blocktopmenu.php

中有那些指令
$helper->table = $this->table;
$helper->identifier = $this->identifier;

$this->table 继承自 Module class

protected $table = 'module';

模块属于哪个table?也用于标识符属性

正如其名。

table 是 module 没有前缀和标识符属性表示主键是 id_module.