From 3bf17fb1423283d79a81b6ec3ca6134566b28475 Mon Sep 17 00:00:00 2001 From: Joël Cox Date: Sun, 9 Oct 2011 19:20:12 +0200 Subject: Initial conversion of the HTML to RST using pandoc. --- user_guide_src/source/tutorial/index.html | 101 ------------------------------ 1 file changed, 101 deletions(-) delete mode 100644 user_guide_src/source/tutorial/index.html (limited to 'user_guide_src/source/tutorial/index.html') diff --git a/user_guide_src/source/tutorial/index.html b/user_guide_src/source/tutorial/index.html deleted file mode 100644 index 4f665fe0a..000000000 --- a/user_guide_src/source/tutorial/index.html +++ /dev/null @@ -1,101 +0,0 @@ - - - - - -CodeIgniter Features : CodeIgniter User Guide - - - - - - - - - - - - - - - - - - - - - -
- - - - - -

CodeIgniter User Guide Version 2.0.3

-
- - - - - - - - - -
- - -
- - - -
- - -

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.

- -

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.

- -

This tutorial will primarily focus on:

- - -

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.

- -
- - - - - - - \ No newline at end of file -- cgit v1.2.3-24-g4f1b