Skip to content

Commit 5efc768

Browse files
committed
docs: add sub section title
1 parent 0010ce7 commit 5efc768

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

  • user_guide_src/source/concepts

user_guide_src/source/concepts/mvc.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@ Models, Views, and Controllers
66
:local:
77
:depth: 2
88

9+
************
10+
What is MVC?
11+
************
12+
913
Whenever you create an application, you have to find a way to organize the code to make it simple to locate
1014
the proper files and make it simple to maintain. Like most of the web frameworks, CodeIgniter uses the Model,
1115
View, Controller (MVC) pattern to organize the files. This keeps the data, the presentation, and flow through the
12-
application as separate parts. It should be noted that there are many views on the exact roles of each element,
16+
application as separate parts.
17+
18+
It should be noted that there are many views on the exact roles of each element,
1319
but this document describes our take on it. If you think of it differently, you're free to modify how you use
1420
each piece as you need.
1521

0 commit comments

Comments
 (0)