This topic is locked

Custom Templates

3/2/2006 5:29:27 AM
PHPRunner General questions
D
douglasbraun author

I find the Template feature very useful.
I would like to use more than one template in a single project. For instance, if I create another view of a table, I'd like that view to use a custom list function that is different from the initial table view. So I want to customize "list" in different ways depending on the view.
However, when I apply the custom template to the new view, it applies it to the old view as well.

Admin 3/2/2006

Douglas,
you can use only one template when building the project.

However you can build two versions of your project using two templates and then merge them.
Build two versions of your project - one using default template and one using custom one. Put them to different folders.

Then copy files related to your new view from second folder to the first.