2009/3/24 dziobacz <aaabbbcccda...@gmail.com>:
>
> So in symfony doesn't exist normal constructor ?

Define normal?  It is normal, it just has parameters - this is
standard OOP. If you want to override a constructor from a base class,
you'll need to call it's parent with the params it requires.

Check the API docs for sfAction and you'll most likely see what's expected.

Alternatively try using preExecute() as previously suggested.

Hope this helps,

-- 
Blog: http://pookey.co.uk/blog
Follow me on twitter: http://twitter.com/ipchristian

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to