This topic is locked

v11 Save As Template?

8/14/2025 9:27:58 PM
PHPRunner General questions
R
rfischerjr authorDevClub member

Is there an ETA on being able to save a project as a template in v11 and, until that is available, is there any way to merge a smaller project into a larger project?

Thank you!

ChatGPT 8/14/2025

As of my last update, PHPRunner v11 did not have a built-in feature to save projects as templates. However, the development team often considers user feedback for future updates, so it's worth checking their official forums or documentation for the latest information on this feature.

In the meantime, while there isn't an official method to merge a smaller project into a larger one directly within PHPRunner, you can manually integrate components. Here are some steps you might consider:

  1. Export and Import: You can export the desired parts (like tables, settings, and project files) from the smaller project and manually import or recreate them in the larger project.


  2. Copy and Paste: For forms or reports, you can often copy the settings or code from the smaller project and paste them into the larger project. This may involve some manual adjustments to ensure that everything works correctly.


  3. Database Integration: If both projects are using the same database, you can connect the larger project to the tables and data from the smaller project.


  4. Backup and Version Control: Before making significant changes or merging projects, ensure you have backups of both projects. This way, you can revert if something doesn’t go as planned.



Keep an eye on updates from PHPRunner, as they may add this functionality in future versions based on user demand. For the most accurate and current information, consult the PHPRunner support or community forums.