Where to build admin addons?

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
bambinou
Veteran Member
Posts: 163
Joined: 2013-02-01 15:09

Where to build admin addons?

Post by bambinou » 2013-06-04 09:00

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

User avatar
a.gneady
Site Admin
Posts: 1287
Joined: 2012-09-27 14:46
Contact:

Re: Where to build admin addons?

Post by a.gneady » 2013-06-20 15:51

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.
:idea: AppGini plugins to add more power to your apps:
  • 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
  • Mass Update plugin: Update multiple records at once and improve your workflow efficiency.
  • Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.

bambinou
Veteran Member
Posts: 163
Joined: 2013-02-01 15:09

Re: Where to build admin addons?

Post by bambinou » 2013-06-21 13:23

Thank you Ahmed,

Ben

Post Reply