Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

nesting control block


Go to End


2 Posts   1730 Views

Avatar
mhmmd_nauman

Community Member, 3 Posts

28 May 2008 at 11:41pm

please help me how to implement the nested contol such as

<% control getMotionGallery(10,1) %>
// $ID comes from outer control
<% control getImagesInFolder($ID,10) %>
// some statements;
<% end_control %>
<% end_control %>

Avatar
dio5

Community Member, 501 Posts

29 May 2008 at 8:26am

You can't pass variables to template functions afaik. However this might have been changed in the latest version.