标签: php magento
我最近在Magento 2中创建了一个模块。现在我从前端phtml文件中获取数据库中的数据。代码如下。
$question = $this->_objectManager->create('Magecomp\Firstmodule\Model\Firstmodule');
它不起作用。请帮我搞定模型的对象。