Application development and sharing our knowledge to developer to developer for helping knowledge to build a effective solution for web architect.
Pages
▼
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