From 71e647782764184e3aab4faffe6d99176758979f Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Thu, 22 Mar 2018 16:48:55 +0200 Subject: [ci skip] 3.1.8 release --- user_guide_src/source/tutorial/index.rst | 46 -------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 user_guide_src/source/tutorial/index.rst (limited to 'user_guide_src/source/tutorial/index.rst') diff --git a/user_guide_src/source/tutorial/index.rst b/user_guide_src/source/tutorial/index.rst deleted file mode 100644 index 91f99c7cd..000000000 --- a/user_guide_src/source/tutorial/index.rst +++ /dev/null @@ -1,46 +0,0 @@ -######## -Tutorial -######## - -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: - -- Model-View-Controller basics -- Routing basics -- Form validation -- Performing basic database queries using "Query Builder" - -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: - -- Introduction, this page, which gives you an overview of what to - expect. -- :doc:`Static pages `, which will teach you the basics - of controllers, views and routing. -- :doc:`News section `, where you'll start using models - and will be doing some basic database operations. -- :doc:`Create news items `, which will introduce - more advanced database operations and form validation. -- :doc:`Conclusion `, which will give you some pointers on - further reading and other resources. - -Enjoy your exploration of the CodeIgniter framework. - -.. toctree:: - :glob: - :hidden: - :titlesonly: - - static_pages - news_section - create_news_items - conclusion \ No newline at end of file -- cgit v1.2.3-24-g4f1b