I am trying to get the role name of the current registered administrator. I can get an administrator, but I canβt figure out how to request their role name. Magento docs weak = /
$usr = Mage::getSingleton('admin/session')->getUser();
Anyone ideas?
php zend-framework magento
mwalsher
source share