magento
現在のURL
サーチ…
構文
$this->helper('core/url')->getCurrentUrl();
ホームページ
リターン: http : //www.example.com/
製品ページ
リターン: http : //www.example.com/my-product.html
現在のURLが安全であるかどうかを確認する
$isSecure = Mage::app()->getStore()->isCurrentlySecure();
現在のURLが安全な場合はtrueを返します。
Modified text is an extract of the original Stack Overflow Documentation
ライセンスを受けた CC BY-SA 3.0
所属していない Stack Overflow