Respect / Config

A powerful, small, deadly simple configurator and dependency injection container DSL made to be easy
http://respect.github.io/Config
Other
98 stars 7 forks source link

Constant evaluation #39

Closed augustohp closed 9 years ago

augustohp commented 11 years ago

We have some problems on constant parsing, since plain constants on the application side do not get evaluated. Plus, we need to support class constants inside a namespace too.

henriquemoody commented 9 years ago

I think part of this issue was fixed in the past and now #56 completly fixes this.