docs: replace variables with properties

They are different.
This commit is contained in:
kenjis 2022-03-31 11:40:15 +09:00
parent a26a95da95
commit e521f66fda
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -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