Hi,
I was wondering how is it possible to get project name instead of the project id.
From helper_api.php the helper_get_current_project() function returns project ID (the same in the mantis_project_table).
Is there a function similar to helper_get_current_project() or should I just query the db to get prj name?
What's best practice?
Thanks,
Evan
How to get the current project name
Moderators: Developer, Contributor
Re: How to get the current project name
Thank you atrol!!!