10447 Posts in 2223 Topics by 1719 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1195 Views |
-
Calendar event module - displaying recent events

15 June 2009 at 8:31am
Has anyone figured out how to display recent events yet. I've been following this posting where FireMe! asked a similar question, but have not seen a resolution yet.
http://www.silverstripe.org/all-other-modules/show/256241?start=24
Thanks for your help!
-
Re: Calendar event module - displaying recent events

15 June 2009 at 9:02am
I've tried this a hundred different ways and I can't seem to figure out why you guys aren't seeing recent events.
Here's my test code:
Page_Controller
function MyRecentEvents()
{
return DataObject::get_one("Calendar")->RecentEvents(5);
}Page.ss
<% control MyRecentEvents %>
$_Dates <br />
<% end_control %>Works without a problem.
| 1195 Views | ||
|
Page:
1
|
Go to Top |

