Skip to content

Commit 0010ce7

Browse files
committed
docs: add TOC
1 parent 143599b commit 0010ce7

4 files changed

Lines changed: 16 additions & 0 deletions

File tree

user_guide_src/source/concepts/http.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ concepts behind HTTP is a **must** for all developers that want to be successful
99
The first part of this chapter gives an overview. After the concepts are out of the way, we will discuss
1010
how to work with the requests and responses within CodeIgniter.
1111

12+
.. contents::
13+
:local:
14+
:depth: 2
15+
1216
What is HTTP?
1317
*************
1418

user_guide_src/source/concepts/mvc.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Models, Views, and Controllers
33
##############################
44

5+
.. contents::
6+
:local:
7+
:depth: 2
8+
59
Whenever you create an application, you have to find a way to organize the code to make it simple to locate
610
the proper files and make it simple to maintain. Like most of the web frameworks, CodeIgniter uses the Model,
711
View, Controller (MVC) pattern to organize the files. This keeps the data, the presentation, and flow through the

user_guide_src/source/concepts/security.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ identifying the top vulnerabilities for web applications.
1515
For each, we provide a brief description, the OWASP recommendations, and then
1616
the CodeIgniter provisions to address the problem.
1717

18+
.. contents::
19+
:local:
20+
:depth: 1
21+
1822
************
1923
A1 Injection
2024
************

user_guide_src/source/concepts/structure.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Application Structure
55
To get the most out of CodeIgniter, you need to understand how the application is structured, by default, and what you
66
can change to meet the needs of your application.
77

8+
.. contents::
9+
:local:
10+
:depth: 2
11+
812
Default Directories
913
*******************
1014

0 commit comments

Comments
 (0)