December 19, 2011
Creating a scheduled task in SilverStripe, one that is called by cron, can be a bit fiddly and the documentation seems to have disappeared. Heres the process I followed to create a SilverStripe scheduled task that is run by cron. Create your scheduled task Create a class that extends ScheduledTask (or YearlyTask, MonthlyTask, WeeklyTask, [...]
November 17, 2011
This is an example image gallery that has no dependencies on other SilverStripe modules – not counting the SilverStripe framework and cms haha. Just an example of a bare bones image gallery, using ComplexTableField instead of the DataObjectManager. If you are looking for a more complete Image Gallery Tutorial please follow that link to a [...]
for tips on PHP and web development