Page 1 of 1

Tap and block creation in appgini

Posted: 2013-06-14 14:19
by kheder
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

Re: Tap and block creation in appgini

Posted: 2013-06-20 15:49
by a.gneady
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