Re: [symfony-users] Problem - Fatal error: Call to undefined function link_to()

2010-02-07 Thread Azrael
link_to() is a helper. Helpers are loaded while template processing. Use it from template. 2010/2/7 Eno > On Sat, 6 Feb 2010, Rodrigo Prado wrote: > > > I haved a problem. > > > > I tried to use the function link_to(): > > > > portalcepai\apps\frontend\modules\teste\actions\actions.class.php > >

Re: [symfony-users] Problem - Fatal error: Call to undefined function link_to()

2010-02-06 Thread Eno
On Sat, 6 Feb 2010, Rodrigo Prado wrote: > I haved a problem. > > I tried to use the function link_to(): > > portalcepai\apps\frontend\modules\teste\actions\actions.class.php > > class testeActions extends sfActions > { > public function executeIndex(sfWebRequest $request) > { > echo l

[symfony-users] Problem - Fatal error: Call to undefined function link_to()

2010-02-06 Thread Rodrigo Prado
Good Morning. I haved a problem. I tried to use the function link_to(): portalcepai\apps\frontend\modules\teste\actions\actions.class.php http://groups.google.com/group/symfony-users?hl=en.