mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
docs: replace variables with properties
They are different.
This commit is contained in:
parent
a26a95da95
commit
e521f66fda
@ -30,7 +30,7 @@ displays the CodeIgniter welcome page.
|
||||
|
||||
The ``Pages`` class is extending the ``BaseController`` class that extends the
|
||||
``CodeIgniter\Controller`` class. This means that the new Pages class can access the
|
||||
methods and variables defined in the ``CodeIgniter\Controller`` class
|
||||
methods and properties defined in the ``CodeIgniter\Controller`` class
|
||||
(**system/Controller.php**).
|
||||
|
||||
The **controller is what will become the center of every request** to
|
||||
|
Loading…
x
Reference in New Issue
Block a user