Skip to content

Commit 2abd7b8

Browse files
committed
docs: update out of dated explanation
1 parent ffe8d73 commit 2abd7b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/tutorial/news_section.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ a new ``News`` controller is defined. Create the new controller at
114114
.. literalinclude:: news_section/003.php
115115

116116
Looking at the code, you may see some similarity with the files we
117-
created earlier. First, it extends a core CodeIgniter class, ``Controller``,
117+
created earlier. First, it extends ``BaseController`` that extends a core CodeIgniter class, ``Controller``,
118118
which provides a couple of helper methods, and makes sure that you have
119119
access to the current ``Request`` and ``Response`` objects, as well as the
120120
``Logger`` class, for saving information to disk.

0 commit comments

Comments
 (0)