https://github.com/bigprof-software/appgini-customization-cookbook
A compilation of lean, straight to the point, and easy to follow recipes for customizing your AppGini apps to achieve specific goals. If you have recipes that you want to share, feel free to send a pull request.
https://github.com/bigprof-software/appgini-customization-cookbook
appgini cookbook customization hooks javascript php sql
Last synced: about 24 hours ago
JSON representation
A compilation of lean, straight to the point, and easy to follow recipes for customizing your AppGini apps to achieve specific goals. If you have recipes that you want to share, feel free to send a pull request.
- Host: GitHub
- URL: https://github.com/bigprof-software/appgini-customization-cookbook
- Owner: bigprof-software
- Created: 2020-05-03T22:54:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T15:15:24.000Z (about 2 years ago)
- Last Synced: 2024-01-04T16:31:41.215Z (about 2 years ago)
- Topics: appgini, cookbook, customization, hooks, javascript, php, sql
- Homepage: https://bigprof.com/appgini/help/advanced-topics/hooks
- Size: 57.6 KB
- Stars: 15
- Watchers: 8
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Appgini customization cookbook
A compilation of lean, straight to the point, and easy to follow recipes for customizing your AppGini apps to achieve specific goals. If you have recipes that you want to share, feel free to send a pull request.
Each recipe is in a single file in md (Mark down) format. The file structure is:
1. File title.
2. Purpose of the recipe, explaining briefly what this recipe is useful for.
3. Files to edit, a list of files you need to edit to apply this recipe, and the exact code to use in each.
4. Optional notes section, mentioning any concerns, compatibility issues, .. etc.