西部数码主机 | 阿里云主机| 虚拟主机 | 服务器 | 返回乐道官网
当前位置: 主页 > php教程 > magento教程 >

在Magento获取商店和网站的信息

时间:2016-02-19 01:25来源: 作者: 点击:
很多时候,Magento它需要一个程序员来访问存储信息像存储 id 或存储状态,存储名称、 网站 id、 网站名称等。 这些方法将有助于获取的当前存储区和在 Magento 网站的详细信息。 /*Get
很多时候,Magento它需要一个程序员来访问存储信息像存储 id 或存储状态,存储名称、 网站 id、 网站名称等。
 
 
这些方法将有助于获取的当前存储区和在 Magento 网站的详细信息。
 
 
 
/*Get Store*/
echo Mage::app()->getStore();
 
/*Store Id*/
echo Mage::app()->getStore()->getStoreId();
 
/*Store Name*/
echo Mage::app()->getStore()->getName();
 
/*Store code*/
echo Mage::app()->getStore()->getCode();
 
/*Store is Active*/
echo Mage::app()->getStore()->getIsActive();
 
/*Store Home Url*/
echo Mage::app()->getStore()->getHomeUrl();
 
/*Website Id*/
echo Mage::app()->getStore()->getWebsiteId();
 
/*Website Name*/
echo Mage::app()->getStore()->getWebsiteName();
希望 !它将帮助。
(责任编辑:好模板)
顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------
栏目列表
热点内容