-
Notifications
You must be signed in to change notification settings - Fork 88
Created Extensions
Marius edited this page Aug 25, 2014
·
2 revisions
What to do after you create an extension.
Well...install it.
You can install it directly when creating it or you can do it manually. See How to Use.
Then find your module in the admin panel and add entity instances.
See the Sample page for screenshots and details.
You don't line the extension you build? Uninstall it.
UMC creates an uninstall script also.
You will find it in var/modulecreator/package/[Namespace]_[Module]/uninstall.sql
.
Run those queries on your database. Add a table prefix if you have one.
There is also a file that contains the names of all the files of the extension.
You can easily create a script to remove them or do it manually.
var/modulecreator/package/[Namespace]_[Module]/files.log
- Getting started
- Compatibility
- Installation
- Features
- How to use
- Module grid
- Add/Edit form
- General Settings Tab
- Entities Tab 1. Entity - Name settings 2. Entity - Backend settings 3. Entity - Frontend settings 4. Entity - Products 5. Entity - Categories 6. Entity - Fields/Attribute
- Entity Relations Tab
- Help Tab
- Configuration
- Naming Restrictions
- Generated files
- Sample 1. UMC Config file 2. Tables 3. Backend CRUD 4. Config section 5. Fronend listing 6. Fronend view 7. Product relation 8. Category relation 9. RSS Feed 10. API 11. Widgets 12. Comments 13. Translation
- Created extensions
- Concept
- Limitations
- Issues & Support
- Release Notes
- Uninstall
- License
- Thanks