mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #3889 from unclecheese/tutorial-deprecation
Several changes that deprecate the old written tutorials in favour of Lessons section
This commit is contained in:
commit
3b66b75f2f
@ -1,6 +1,9 @@
|
||||
title: Building a basic site
|
||||
summary: An overview of the SilverStripe installation and an introduction to creating a web page.
|
||||
|
||||
<div class="alert" markdown="1">
|
||||
This tutorial is deprecated, and has been replaced by Lessons 1, 2, 3, and 4 in the [Lessons section](http://www.silverstripe.org/learn/lessons)
|
||||
</div>
|
||||
# Tutorial 1 - Building a Basic Site
|
||||
|
||||
## Overview
|
||||
|
@ -1,6 +1,10 @@
|
||||
title: Extending a basic site
|
||||
summary: Building on tutorial 1, a look at storing data in SilverStripe and creating a latest news feed.
|
||||
|
||||
<div class="alert" markdown="1">
|
||||
This tutorial is deprecated, and has been replaced by Lessons 4, 5, and 6 in the [Lessons section](http://www.silverstripe.org/learn/lessons)
|
||||
</div>
|
||||
|
||||
# Tutorial 2 - Extending a basic site
|
||||
|
||||
## Overview
|
||||
|
@ -1,6 +1,10 @@
|
||||
title: DataObject Relationship Management
|
||||
summary: Learn how to create custom DataObjects and how to build interfaces for managing that data.
|
||||
|
||||
<div class="alert" markdown="1">
|
||||
This tutorial is deprecated, and has been replaced by Lessons 7, 8, 9, and 10 in the [Lessons section](http://www.silverstripe.org/learn/lessons)
|
||||
</div>
|
||||
|
||||
# Tutorial 5 - Dataobject Relationship Management
|
||||
|
||||
## Overview
|
||||
|
@ -2,9 +2,10 @@ title: Tutorials
|
||||
introduction: The tutorials below take a step by step look at how to build a SilverStripe application.
|
||||
|
||||
## Written Tutorials
|
||||
|
||||
[CHILDREN]
|
||||
|
||||
<div class="alert" markdown="1">
|
||||
These tutorials are deprecated, and have been replaced by the new [Lessons](http://silverstripe.org/learn/lessons) section.
|
||||
</div>
|
||||
[CHIDLREN]
|
||||
## Video lessons
|
||||
These include video screencasts, written tutorials and code examples to get you started working with SilverStripe websites.
|
||||
|
||||
@ -17,6 +18,8 @@ These include video screencasts, written tutorials and code examples to get you
|
||||
* [Lesson 6: Adding Custom Fields to a Page](http://www.silverstripe.org/learn/lessons/lesson-6-adding-custom-fields-to-a-page/)
|
||||
* [Lesson 7: Working with Files and Images](http://www.silverstripe.org/learn/lessons/lesson-7-working-with-files-and-images/)
|
||||
* [Lesson 8: Introduction to the ORM](http://www.silverstripe.org/learn/lessons/lesson-8-introduction-to-the-orm)
|
||||
* [Lesson 9: Data Relationships - $has_many](http://www.silverstripe.org/learn/lessons/lesson-9-working-with-data-relationships-has-many)
|
||||
* [Lesson 10: Introduction to the ORM](http://www.silverstripe.org/learn/lessons/lesson-10-working-with-data-relationships-many-many)
|
||||
|
||||
|
||||
## Help: If you get stuck
|
||||
|
@ -28,12 +28,11 @@ discussed on the [core mailinglist](https://groups.google.com/forum/#!forum/silv
|
||||
## Building your first SilverStripe Web application
|
||||
|
||||
Once you have completed the [Getting Started](/getting_started) guide and have got SilverStripe
|
||||
installed and running, the following [Tutorials](/tutorials) will lead through the basics and core concepts of
|
||||
installed and running, the following [Tutorials](http://silverstripe.org/learn/lessons) will lead through the basics and core concepts of
|
||||
SilverStripe.
|
||||
|
||||
Make sure you know the basic concepts of PHP5 before attempting to follow the tutorials. If you have not programmed with PHP5 be sure to read the [Introduction to PHP5 (zend.com)](http://devzone.zend.com/6/php-101--php-for-the-absolute-beginner).
|
||||
|
||||
[CHILDREN Folder=01_Tutorials]
|
||||
|
||||
## SilverStripe Concepts
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user