Hi,

I have some problems to prepare the metadata.php for a module which needs
multiple entries for one class. All trials are failed.

*Try 1*
PHP-Code:
    'extend'       => array(
        'oxadmindetails' => array('oxprobs/oxprobs_articles',
'oxprobs/oxprobs_delivery', 'oxprobs/oxprobs_groups')
        ),
Result: All entries are registered, but the module isn't activated (Button
still displays "Activate")

*Try 2*
PHP-Code:
    'extend'       => array(
        'oxadmindetails' =>
'oxprobs/oxprobs_articles&oxprobs/oxprobs_delivery&oxprobs/oxprobs_groups'
        ),
Result: All entries are registered, but the module isn't activated (Button
still displays "Activate")

*Try 3*
PHP-Code:
    'extend'       => array(
        'oxadmindetails' => 'oxprobs/oxprobs_articles',
        'oxadmindetails' => 'oxprobs/oxprobs_delivery',
        'oxadmindetails' => 'oxprobs/oxprobs_groups'
        ),
Result: The module will be activated (button text changes to "Deactivate"),
but only one of the entries or sometimes two are getting registererd.

Any idea? Thanks!

Joachim
__________________
Piwik-Plugin <http://code.google.com/p/piwik-oxid-plugin/> --
OxAds<http://code.google.com/p/oxads/>
 -- OxProbs <http://code.google.com/p/oxprobs/wiki/Beschreibung>
_______________________________________________
dev-general mailing list
dev-general@lists.oxidforge.org
http://dir.gmane.org/gmane.comp.php.oxid.general

Reply via email to