[symfony-users] sfAction Different In 1.4?

2010-02-25 Thread Darren884
I get this error: Fatal error: Declaration of homeAction::execute() must be compatible with that of sfComponent::execute() in /var/www/vhosts/blackhawk.biz/ symfony/apps/frontend/modules/pages/actions/homeAction.class.php on line 11 When I use this code: http://groups.google.com/group/symfony-use

Re: [symfony-users] sfAction Different In 1.4?

2010-02-26 Thread Gábor Fási
This is the header of sfComponent's execute(): abstract function execute($request); So drop the sfWebRequest, and it'll be fine. And by the way: it did not change, it is the exact same in 1.2. On Thu, Feb 25, 2010 at 19:07, Darren884 wrote: > I get this error: > Fatal error: Declaration of