21301 Posts in 5735 Topics by 2603 members
| Go to End | ||
| Author | Topic: | 1074 Views |
-
Re: Function doesn't give an output

23 March 2011 at 9:55pm
No it's not. It's a single standing control surrounded by html
-
Re: Function doesn't give an output

23 March 2011 at 10:27pm Last edited: 23 March 2011 10:28pm
I didn't delve into the complexity of your calculations, but based on the bits of code you provided I can only say that it will not work
Since I don't know how far you've gotten into SilverStripe, at this point I can only give a few tips, that you might already be familiar with. For a function outcome to be rendered using a template, the function should either return a single value or a DataObjectSet, in which case you can use a control structure in the template to render the set.
Seems like your function creates a couple of arrays and I don't know how you were planning on feeding them to the template...
| 1074 Views | ||
| Go to Top |

