Rachman Chavik
unread,Feb 11, 2012, 6:44:57 AM2/11/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cro...@googlegroups.com
It accepts a key value parameters, handled by ParamsBehavior.
Eg:
foo=bar
spam=eggs
That will get you extra values when Link is fetched:
[Link] = array(
'name' => 'some link',
...
)
[Params] = array(
['foo'] => 'bar'
['spam'] => 'eggs',
)
);
I can't recall how it will look exact, try debug($link) and see your yourself.