We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
basecontroller.rst
1 parent 6ce3605 commit 82e96f0Copy full SHA for 82e96f0
1 file changed
source/extending/basecontroller.rst
@@ -17,7 +17,7 @@
17
18
.. literalinclude:: basecontroller/002.php
19
20
-任何其他需要加载的组件或需要处理的数据都应添加到构造函数 ``initController()`` 中。例如,如果你的项目大量使用 Session 库,你可能希望在这里初始化它:
+任何其他需要加载的组件或需要处理的数据都应添加到构造函数 ``initController()`` 中。例如,如果你的项目大量使用 Session 类,你可能希望在这里初始化它:
21
22
.. literalinclude:: basecontroller/003.php
23
0 commit comments