Browse Source

Update README.md

master
therselman 7 years ago committed by GitHub
parent
commit
d9818e03f4
  1. 2
      README.md

2
README.md

@ -53,7 +53,7 @@ The code above actually calls a function registered like this: @@ -53,7 +53,7 @@ The code above actually calls a function registered like this:
```
These dynamic 'properties' have been pre-configured in the 'controller' config file, they use `\_\_get`, `\_\_set` and `\_\_call`.
These dynamic 'properties' have been pre-configured in the 'controller' config file, they use `__get`, `__set` and `__call`.
More properties can easily be added:
```php
$c->session = new Session();

Loading…
Cancel
Save