|
Chào mấy bác em làm theo link này nè
http://www.exploremagento.com/magento/simple-custom-module.php
Block
class Fido_Example_Block_View extends Mage_Core_Block_Template { }
Template
Test <?php echo $this->my_custom; ?>Demo
Mà không hiểu sao trong cms page em insert vào vậy thì nó hiểu
{{block type="fido_example/view" my_custom="Test" template="example/view.phtml" }}
Mà em Layout Update XML thì nó chỉ vẫn hiện ra nhưng ko lấy được my_custom của em
<reference name="right"> <block type="fido_example/view" my_custom="Test" template="example/view.phtml" /> </reference>
|