Welcome Guest, Not a member yet? Register   Sign In
passing array through Anchor
#1

[eluser]Suhas nazir[/eluser]
Hi all
I want to know whether there is any method to pass an array through anchor??
#2

[eluser]Phil Sturgeon[/eluser]
Do you mean like the one in the user guide?

Or do you mean passing a URI as an array of segments?

Both = yes ;-)
#3

[eluser]Suhas nazir[/eluser]
I will make it more clear
Suppose my array is like this
$n[0]="asas";
$n[1]="asdsad";
is it possible to pass this array n throuhh an anchor????
#4

[eluser]Phil Sturgeon[/eluser]
That is no more clear. Instead of telling me you have an array, now you are showing me you have an array.

Explain "pass it through".

Code:
anchor($n, 'Example');

That would work fine if that's what you mean.
#5

[eluser]Suhas nazir[/eluser]
anchor('contoller/method/parameters');
can i pass this array as one of the parameter....
may be i am asking a foolish question..
#6

[eluser]Phil Sturgeon[/eluser]
You are asking a sensible question but asking it badly. ;-)

Code:
anchor('controller/method/'.implode('/', $n), 'Example');




Theme © iAndrew 2016 - Forum software by © MyBB