magento
Huidige URL
Zoeken…
Syntaxis
$this->helper('core/url')->getCurrentUrl();
Startpagina
retour: http://www.example.com/
Productpagina
retour: http://www.example.com/mijnproduct.html
Controleer of de huidige URL veilig is
$isSecure = Mage::app()->getStore()->isCurrentlySecure();
Dit wordt waar als de huidige URL veilig is.
Modified text is an extract of the original Stack Overflow Documentation
Licentie onder CC BY-SA 3.0
Niet aangesloten bij Stack Overflow