To get list admin accounts in Magento Opensource just use script bellow:
1 2 3 4 5 6 7 8 9 10 11 12 13 | <?php $model = Mage::getModel(”admin/user”); $admins = $model->getCollection(); foreach($admins as $admin){ $admin->getUsername();//get username of admin. $admin->getWhatYouWant();//or other fields. } //Example: get list emails admin accounts $list_emails = array();//get list emails admin. foreach($admins as $admin){ $list_emails[] = $admin->getEmail(); } ?> |

We believe individual customer needs individual care and approach, therefore, we offer a team of senior Designers and Developers who are English competent and devoted enough to follow your requirements at a good price.


Social Bookmarks
Subscribe me