17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 2202 Views |
-
Need to grab a Page.ss from other place than my theme folder

18 June 2008 at 5:09am Last edited: 18 June 2008 5:10am
Is it possible to store the Page.ss template in a database or point it to an http:// location? I have a Zend Framework application that renders out the correct Page.ss temlpate for silverstripe to use... but I don't know how I can get silverstripe to use it. Does this make sense?
-
Re: Need to grab a Page.ss from other place than my theme folder

18 June 2008 at 6:59am
Probably the best way to do this would be to get your application to write the .ss file to the appropriate location within the current SilverStripe file structure, as apposed to trying to modify SilverStripe to "pickup" that file from another location.
-
Re: Need to grab a Page.ss from other place than my theme folder

18 June 2008 at 7:01am
Yea that is what I decided to do. I have a controller that (if accessed with the right key) will check to see if changes have been made to the layout, and if so, updates Page.ss (the location of which is saved in its config file) with the new layout.
| 2202 Views | ||
|
Page:
1
|
Go to Top |


