Tap and block creation in appgini

Wish to see a specific feature/change in future releases? Feel free to post it here, and if it gets enough "likes", we'd definitely include it in future releases!
Post Reply
kheder
Posts: 2
Joined: 2013-06-12 22:13

Tap and block creation in appgini

Post by kheder » 2013-06-14 14:19

it is possible in the future to add the ability to make taps and blocks in the generated application.
there are many current PHP generators that have this capability. :D

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

Re: Tap and block creation in appgini

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

Dear Kheder,

If you mean tabs, they're already implemented as of AppGini 5.0 when you use the child tables feature. Please watch the video at the homepage: http://bigprof.com/appgini

As for blocks ... you can use the header.php and footer.php files to inject them into pages ... or, to apply that selectively for specific tables, use the tablename_header/tablename_footer hooks: http://bigprof.com/appgini/help/advance ... ame_header
:idea: AppGini plugins to add more power to your apps:

Post Reply