I am using multiple modules on one page where each module is dispatched and
rendered independently of each other (the same module could be dispatch
several times on one page).

Is there any ZF methods for creating/getting module namespace's? This would
be good for avoiding name collision for element id, form names, js functions
etc.

i.e.

<form name="<?php echo $this->getNamespace(); ?>my_form">
<input id="<?php echo $this->getNamespace(); ?>input_id"/>
</form>
-- 
View this message in context: 
http://www.nabble.com/Module-namespace-method-tf3803708s16154.html#a10762891
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to