5093 Posts in 1516 Topics by 1113 members
| Go to End | ||
| Author | Topic: | 1969 Views |
-
Re: How to convert this PHP page to a SilverStripe page?

28 July 2009 at 11:41pm
I've worked it out!
Instead of putting $Members in the SS page I did this:
<% control Members %>
<p>$Class</p>
<p>$Name</p>
...
...
<% end_control %>Now I get all the data from the other database. Now just to style it up in a table.
Thanks a lot Willr for your help!
| 1969 Views | ||
| Go to Top |

