The Trongate PHP Framework
Documentation
Introduction
Quick Start
Basic Concepts
Understanding Routing
Controllers
Views
Assets
Modules Calling Modules
Parent & Child Modules
Database Operations
Modules within Modules
Templates & Themes
Helpers Explained
Form Handling
Working with Files
The Module Import Wizard
Authorization & Authentication
The API Explorer
Best Practices

Help Improve Our Docs

If you’ve found an error, spotted something missing, or feel a section could be clearer or better explained, we’d love to hear from you. Your feedback helps keep the documentation accurate and useful for everyone.

Please report issues or suggest improvements on GitHub. Community input is invaluable in making the docs stronger.

Not comfortable with GitHub? No problem — you can also get in touch with us directly via our contact form. We welcome all feedback.

Using The Module Import Wizard

There's actually not much to say here! It's very easy. Suppose you want to take a module from 'site A' and add it onto 'site B'. In that kind of situation all you have to do is copy and paste. That's it.

Here's a video demonstration:

Never use the Module Import Wizard on a live website. For improved security it's best to carry out module imports on your 'localhost' environment and then upload once you're happy with your new module.
If you have a module that requires database tables, export SQL files (from your donor database) and add those (.sql) files into the new module. The activate the wizard, simply navigate to your base URL followed by the name of your new module directory.
×