WebLauncher / php-framework

WebLauncher Framework
0 stars 0 forks source link

Controller: Add access inter-components #13

Open mihaivarga opened 9 years ago

mihaivarga commented 9 years ago

Allow access from a component to another.

$this->component($path) - should return the controller object found at that path.

As a security feature it should only allow child components access for now.