magento
URL corrente
Ricerca…
Sintassi
$this->helper('core/url')->getCurrentUrl();
Homepage
ritorno: http://www.example.com/
Pagina del prodotto
ritorno: http://www.example.com/my-product.html
Controlla se l'url corrente è sicuro
$isSecure = Mage::app()->getStore()->isCurrentlySecure();
Questo restituirà true se l'url corrente è sicuro.
Modified text is an extract of the original Stack Overflow Documentation
Autorizzato sotto CC BY-SA 3.0
Non affiliato con Stack Overflow