This topic is locked

Question about PHPR Templates?

2/15/2008 11:00:29 AM
PHPRunner General questions
powersitedesign author

I have a couple of client applications that I have developed in PHPR that I want to be able to save as a "template" and deploy quickly for other clients that are in need of a similar application. I have explored the "save as template" feature, can someone that has used this feature a little bit explain to me how they use it and let me know if I am on target in thinking that this is what this function is for...
In playing w/ this feature, I guess my biggest question so far is, do I need to check the "save the database tables" feature? If the project is saved, won't it automatically bring / create the tables I have built over in the project template?
Also, I am hoping to get one of my partners to use PHPR in the near future, let's say that I am succesful in doing this, are the templates transferrable in that I could send him the project templates I have built so that he can quickly deploy them as well?
Thanks for your time,

J
Jane 2/18/2008

Hi,
when you save project as template PHPRunner creates project template, database creation script (for all table or for tables selected in this project only) and set of changed HTML templates (pages edited on the Visual Editor tab).
Also I recommend you to have a look at the following articles:

http://www.xlinesoft.com/phprunner/docs/wo...th_projects.htm

http://www.xlinesoft.com/phprunner/docs/wh...e_templates.htm

powersitedesign author 2/19/2008

Thanks for the info and the links, it's much clearer now to me. I think that I am going to start doing this.