The methods in the table of which you speak are methods of the sfWebRequest
class, an instance of which is passed into each action.
I've highlighted the relevant bits in red below.
public function executeShow(sfWebRequest $request)
{
$this->job = JobeetJobPeer::retrieveByPk($request->getParameter('id'));
$this->forward404Unless($this->job);
echo $request->getUri();
}
On Thu, Feb 3, 2011 at 16:02, OldWest <[email protected]> wrote:
> Near the bottom of the page under heading "The Request":
> http://www.symfony-project.org/jobeet/1_2/Propel/en/04
>
> There are a list of wrappers that can be used to "gather" data. And I am
> just trying to understand how to implement them in the view from the
> controller. Like in normal php, I could do: echo $_SERVER['REQUEST_URI'];
> and get that data on the page.
>
> How do I do this with Symfony?
>
> --
> If you want to report a vulnerability issue on symfony, please send it to
> security at symfony-project.com
>
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<symfony-users%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>
--
Alex Pilon
(613) 608-1480
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en