| Author |
Message |
|
chrisazuka
|
Post subject: Custom template engine Posted: Tue Aug 28, 2012 11:37 am |
|
Joined: Wed Aug 22, 2012 11:10 am Posts: 51
|
|
Hi,
I am guessing this might be possible. I have my own template engine and I will like to know the possibility of how i can use my template engine with ImpressPages so that i don't put PHP codes in view/theme.
Like i said above, i have my own template engine, how can i integrate with ImpressPages?
Thanks in advance.
|
|
 |
|
 |
|
maskas
|
Post subject: Re: Custom template engine Posted: Tue Aug 28, 2012 10:54 pm |
|
 |
| Project Developer |
Joined: Tue Apr 28, 2009 9:43 am Posts: 1720
|
|
You can't change templating engine for core files. But you can use your templating engine for your plugin. Just initialize it in the way your engine requires and use it. There is nothing ImpressPages specific. Just put it in your plugin directory, include/initialize it and that's it.
|
|
 |
|
 |
|