ฉันมีตัวควบคุมนี้:
...
public function insertAction() {
$something = 'testcase';
$this->loadLayout();
$this->_title($this->__("the title"));
$this->renderLayout();
}
...
ฉันต้องการเข้าถึง$something
เอกสาร. phtml ของฉันฉันจะทำอย่างไร (หรือใช้วิธีอื่น: ฉันจะเข้าถึง$something
ไฟล์. phtml ของฉันได้อย่างไร)
$block->assign($var)
แต่จะดึงข้อมูลในphtml
ไฟล์ได้อย่างไร?