Question

I want to get values like foo, bar from a current page url like:

example.com/foo/bar 

I've searched everywhere and tried arg(), request_path(), current_path(), and even $_SERVER, all of this didn't work in my custom action with VBO, I thought this situation also didn't work with $_GET.

Anyone can solve this?

Était-ce utile?

La solution

ok, finally i solved this with $_SESSION.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top