From de2113d130d3739baf4510496a9b7c9c5678e4b5 Mon Sep 17 00:00:00 2001 From: kenjis Date: Mon, 28 Feb 2022 16:36:08 +0900 Subject: [PATCH] docs: add section to link to "Extending the Controller" --- user_guide_src/source/incoming/controllers.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/user_guide_src/source/incoming/controllers.rst b/user_guide_src/source/incoming/controllers.rst index 21c717d9eace..5ade052c563a 100644 --- a/user_guide_src/source/incoming/controllers.rst +++ b/user_guide_src/source/incoming/controllers.rst @@ -307,6 +307,11 @@ Example: .. literalinclude:: controllers/012.php +Extending the Controller +************************ + +If you want to extend the controller, see :doc:`../extending/basecontroller`. + That's it! **********