How To Get Magento System Attribute Label Programmatically

How can I get Magento system attribute label programmatically

You can call method “getSystemConfigNodeLabel” to retrieve the Magento system attribute label programmatically

$section = "section";
$group = "group";
$field = "field";

$label = Mage::getModel('adminhtml/config')->getSystemConfigNodeLabel($section, $group, $field);
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments