.数据加载类
class Bf170_Bf170Logistics_Block_Inquiry_Index extends Mage_Core_Block_Template {
public function __construct(){
parent::__construct();
$account = new Varien_Object();
$recordCol = new Varien_Data_Collection();//这个对象和加载数据的对象是同一个
$customer = Mage::getSingleton( 'customer/session' )->getData('id');
class Bf170_Bf170Logistics_Block_Inquiry_Index extends Mage_Core_Block_Template {
public function __construct(){
parent::__construct();
$account = new Varien_Object();
$recordCol = new Varien_Data_Collection();//这个对象和加载数据的对象是同一个
$customer = Mage::getSingleton( 'customer/session' )->getData('id');