How to read the scope's settings contained in the .ini file at runtime?

Created by Alexandre Abreu
Keywords:

You should be able to read the filtered content of the .ini file associated to a given scope using the ScopeMetadata class providede by the get_metadat() function of the scope Registry. You can find an example of that here:

http://bazaar.launchpad.net/~webapps/unity-js-scopes/trunk/view/head:/examples/simple/simple.js#L23