Page 1 of 1

[solved]how to get list of categories programmatically

Posted: 22 Dec 2022, 02:31
by mohamedh
Hi there

I was wondering if there is a ready-to-use function that allows me to get a list of categories in php.
Do I have to manually query the database and get them from the corresponding table? if I need to query manually is there at least a method like some "do_query" function, or do I really connect to the database on my own and get what I need?

I checked the developer guide but could not find much about it

Thanks

Re: how to get list of categories programmatically

Posted: 22 Dec 2022, 08:22
by atrol
Check functions in core/category_api.php

Re: how to get list of categories programmatically

Posted: 22 Dec 2022, 13:14
by mohamedh
thank you, found what I needed there.