Wednesday, May 15, 2013

how to get admin user email id or user details in magento


how to get admin user email id or user details in magento
$adminobj = Mage::getModel('admin/user')->getCollection()->getData() ;
echo "<pre>";print_r($adminobj);
exit;

No comments:

Post a Comment