Hello,
I would like to know which file shall I use to write custom code that shows up in the admin panel only?
Like input text box, export functions and others..
Thank you,
Ben
Where to build admin addons?
Re: Where to build admin addons?
You can write the code in a separate file following the format in any of the admin/page*.php files, and then place a link to it in the admin/pageHome.php file.

- DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.
Re: Where to build admin addons?
Thank you Ahmed,
Ben
Ben