thanks. Maybe, I made a wrong assumption. I thought, all ini files are
handled equally and I can add additional keys that I need in an extended
plugin without problems.
Ini files are actually not handled equally. Each plugin processes its
config in its own way (always based on the key=value INI system though).
The simple problem that I can not solve is: How do I get my extended
plugin to read the additional configuration entries so I can use them
within the Client class?
Have you tried to adapt the following code, available in ClientLocate.php:
$locate = ConfigParser::parseObjectArray($this->getConfig(),
'locate',
array('id', 'sql'));
?
Alexandre
_______________________________________________
Cartoweb-users mailing list
[EMAIL PROTECTED]
http://lists.maptools.org/mailman/listinfo/cartoweb-users