[TYPO3-mvc] controller and unique id
Steffen Kamper
info at sk-typo3.de
Sun Jul 19 12:41:01 CEST 2009
Hi,
when inserting more than one plugin on one page there is the need of an
unique identifier. Sure, the controller could create an own with
uniqid(), but it would be more transparent if the uid is used, so you
can identify in HTML which plugin it is.
Imho it could be easy implemented in the dispatcher by doing this:
$controller->id = $this->cObj->data['uid'];
what do you think?
vg Steffen
More information about the TYPO3-project-typo3v4mvc
mailing list