codenitive / fuel-hybrid

A collection of classes to help your code hotter than before
http://codenitive.github.com/fuel-hybrid
MIT License
19 stars 3 forks source link

\Hybrid\View cannot set path based on single request #66

Closed crynobone closed 13 years ago

crynobone commented 13 years ago

Limitation with static::$_path, once View is set to use other path, all subsequent request will also use that path.

crynobone commented 13 years ago

View now support realpath() from fuel/core. There no need to modify this anymore.