/ Published in: PHP
Expand |
Embed | Plain Text
$session = Mage::getSingleton("core/session"); $session->setData('search_query',$search_query);
Comments
Subscribe to comments
You need to login to post a comment.
$session = Mage::getSingleton("core/session"); $session->setData('search_query',$search_query);
Subscribe to comments
You need to login to post a comment.
Where u find "Mage" class ?