1 |
<?php echo $this->getLayout()->createBlock('core/template')->setData('Category_ID', '5')->setTemplate('goodtest/test.phtml')->toHtml(); ?> |
Get Value in .phtml file that Pass with .phtml block
1 |
<?php echo $this->Category_ID; ?> |