From 3bec087c7e12ad2356774bc10634b2db2f4c7ae6 Mon Sep 17 00:00:00 2001 From: Joël Cox Date: Tue, 23 Aug 2011 14:54:42 +0200 Subject: Bumped the version number, corrected spelling mistakes (thanks @chrisberthe) and added links to the tutorial pages in the introduction. --- user_guide/tutorial/introduction.html | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'user_guide/tutorial/introduction.html') diff --git a/user_guide/tutorial/introduction.html b/user_guide/tutorial/introduction.html index cb91f4856..78fd00b61 100644 --- a/user_guide/tutorial/introduction.html +++ b/user_guide/tutorial/introduction.html @@ -28,7 +28,7 @@
- +

CodeIgniter User Guide Version 2.0.2

CodeIgniter User Guide Version 2.0.3

@@ -59,9 +59,7 @@ Introduction

Tutorial − Introduction

-

This tutorial is intended to introduce you to the CodeIgniter framework and the basic principles of MVC architecture. - It will show you how a basic CodeIgniter application is constructed in step-by-step fashion. -

+

This tutorial is intended to introduce you to the CodeIgniter framework and the basic principles of MVC architecture. It will show you how a basic CodeIgniter application is constructed in step-by-step fashion.

In this tutorial, you will be creating a basic news application. You will begin by writing the code that can load static pages. Next, you will create a news section that reads news items from a database. Finally, you'll add a form to create news items in the database.

@@ -73,6 +71,17 @@ Introduction
  • Performing basic database queries using "Active Record"
  • +

    The entire tutorial is split up over several pages, each explaining a small part of the functionality of the CodeIgniter framework. You'll go through the following pages:

    + + +

    Enjoy your exploration of the CodeIgniter framework.

    +
    -- cgit v1.2.3-24-g4f1b