summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/tutorial/news_section.rst
diff options
context:
space:
mode:
authorJoël Cox <joel@joelcox.nl>2011-10-10 20:24:46 +0200
committerJoël Cox <joel@joelcox.nl>2011-10-10 20:24:46 +0200
commitc2b48812b1e1c3457ddaffb2fbbfcccb45554694 (patch)
tree643077cb064470455bc1dba546ec5261732f7ee0 /user_guide_src/source/tutorial/news_section.rst
parent3bf17fb1423283d79a81b6ec3ca6134566b28475 (diff)
Fixed markup glitches from HTML to RST parser.
Diffstat (limited to 'user_guide_src/source/tutorial/news_section.rst')
-rw-r--r--user_guide_src/source/tutorial/news_section.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/user_guide_src/source/tutorial/news_section.rst b/user_guide_src/source/tutorial/news_section.rst
index d37c3408f..fe8e41607 100644
--- a/user_guide_src/source/tutorial/news_section.rst
+++ b/user_guide_src/source/tutorial/news_section.rst
@@ -1,5 +1,6 @@
-Tutorial − News section
-=======================
+############
+News section
+############
In the last section, we went over some basic concepts of the framework
by writing a class that includes static pages. We cleaned up the URI by
@@ -15,7 +16,7 @@ are the place where you retrieve, insert, and update information in your
database or other data stores. They represent your data.
Open up the application/models directory and create a new file called
-news\_model.php and add the following code. Make sure you've configured
+news_model.php and add the following code. Make sure you've configured
your database properly as described
`here <../database/configuration.html>`_.