nothing you're right...I just wanted to avoid the constructing of
arrays as I am a little lazy ;)

2007/3/6, Matthew Ratzloff <[EMAIL PROTECTED]>:
I guess I don't care whether this feature is included or not (doesn't seem
to hurt anything, but the benefit appears minimal), but what's preventing
you from doing the following?

/tags/zend,framework,whatever,other,tags,you,want

$tags = $this->getRequest()->get('tags');
$tags = explode(',', $tags);

-Matt

> I want the cleaner and the more readable url possible and serializing
> my parameters into one single string is not an acceptable
> solution....I might be wrong but I think something like
> "/tag/zend/tag/framework" is somewhat cleaner than something like
> "/tag/zend-framework" because in this case you simply can't know that
> there is two tags and not one.




--
Olivier

Reply via email to