I am working on my component in joomla 2.5 and i need to create user groups dynamically through my code.
As i know in 2.5 joomla is using nested sets for maintaining hierarchical structure so it may affect the whole table when we insert any new entry.
Does joomla provide any function that can be directly used to create user group ? something in which we can specify the parent group and new group will be created under it.