Quantcast
Channel: OXID Community Forum
Viewing all articles
Browse latest Browse all 6951

Ersatz für entfernte Funktionen

$
0
0
Moin,

ich hab mir mal diese Seite hier angesehen: http://wiki.oxidforge.org/Tutorials/...recated_source

oxConfig::getParameter ist also als deprecated markiert und soll im nächsten build entfernt werden. Okay. Aber ich finde nichts wie "see also:" oder halt eine Alternative. Jemand eine Idee?

Hier nen Beispiel

PHP Code:

$oSofort->setSuccessUrloxregistry::getConfig()->getSslShopUrl().'?cl=order&fnc=continueExecute&transactionid=-TRANSACTION-&orderid='.$oOrder->oxorder__oxid->value.'&force_sid='.oxConfig::getParameter('force_sid'));

// call to undefined method: oxConfig::getParameter () ... 

But i don't think i have to use $_GET... right?

hier wird gesagt:

Quote:

This method returns parameter stored in session as well, but this functionality is deprecated and will be removed in future
Aber ich finde einfach keine neue Funktion, die eben genau jenes tut. Ich bin ratlos :(

// Gerade gefunden:
PHP Code:

oxRegistry::getConfig()->getRequestParameter() 

aber es returned "Null" ... ich probier mal weiter obs das ggfs. ist

// Leider nicht, checkt nur auf POST / GET und nicht auf COOKIE / SESSION

Viewing all articles
Browse latest Browse all 6951

Trending Articles