From 07b9cdc8bbee981a36de20cb7d6c1c9c29eb96e8 Mon Sep 17 00:00:00 2001 From: Matt Thomson Date: Tue, 19 May 2015 15:48:56 +1200 Subject: [PATCH] DOCS: Add links to lessons 10-16 to the tutorials page --- docs/en/01_Tutorials/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/en/01_Tutorials/index.md b/docs/en/01_Tutorials/index.md index de5afce94..54bb385ff 100644 --- a/docs/en/01_Tutorials/index.md +++ b/docs/en/01_Tutorials/index.md @@ -20,6 +20,12 @@ These include video screencasts, written tutorials and code examples to get you * [Lesson 8: Introduction to the ORM](http://www.silverstripe.org/learn/lessons/introduction-to-the-orm) * [Lesson 9: Data Relationships - $has_many](http://www.silverstripe.org/learn/lessons/working-with-data-relationships-has-many) * [Lesson 10: Introduction to the ORM](http://www.silverstripe.org/learn/lessons/working-with-data-relationships-many-many) +* [Lesson 11: Introduction to frontend forms](http://www.silverstripe.org/learn/lessons/introduction-to-frontend-forms) +* [Lesson 12: Data Extensions and SiteConfig](http://www.silverstripe.org/learn/lessons/data-extensions-and-siteconfig) +* [Lesson 13: Introduction to ModelAdmin](http://www.silverstripe.org/learn/lessons/introduction-to-modeladmin) +* [Lesson 14: Controller Actions/DataObjects as Pages](http://www.silverstripe.org/learn/lessons/controller-actions-dataobjects-as-pages) +* [Lesson 15: Building a Search Form](http://www.silverstripe.org/learn/lessons/building-a-search-form) +* [Lesson 16: Lists and Pagination](http://www.silverstripe.org/learn/lessons/lists-and-pagination) ## Help: If you get stuck