Thread
:
How to read parameters from URL in ZF?
View Single Post
#
7
(
permalink
)
06-09-2008, 04:22 PM
notrub225
Senior Member
Join Date: Jan 2008
Location: chicago
Posts: 101
Yes, to access one array of all of the GET parameters, you can do
PHP Code:
$this
->
_request
->
getParams
();
try
PHP Code:
<pre>
<?php print_r
(
$this
->
_request
->
getParams
());
?>
</pre>
and see what you get!
notrub225
View Public Profile
Send a private message to notrub225
Visit notrub225's homepage!
Find all posts by notrub225