【发布时间】:2017-01-27 14:12:50
【问题描述】:
在模块助手表单中,blocktopmenu.php 中有这些说明
$helper->table = $this->table;
$helper->identifier = $this->identifier;
$this->table 继承自 Module 类
protected $table = 'module';
模块属于哪个表?也用于标识符属性
【问题讨论】:
标签: php oop module prestashop prestashop-1.6