udm_cat_listDescriptionarray udm_cat_list ( resource agent, string category)Returns an array listing all categories of the same level as the current category in the categories tree. agent is the agent identifier returned by a previous call to >udm_alloc_agent(). The function can be useful for developing categories tree browser. The returned array consists of pairs. Elements with even index numbers contain the category paths, odd elements contain the corresponding category names.
Following is an example of displaying links of the current level in format:
See also udm_cat_path(). | |||||