Hello,
I want to override save() function for my model.
Is there any way to know if the function being called to INSERT new or
UPDATE the existing record?
Thanks for help
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received
Hi,
I need a multisite authentication system which would allow me to
access all sites (on different domains) once you get logged in one
site, so that users won't have to log in individually on each site.
How could it be possible to accomplish that with sfGuard plugin?
Is there any simple way to
Hello,
I'm having problems with unsubscribing from this group - I don't want
to receive mails for each new post/reply.
If I unsign from the group, send the mail to unsubscribe email, or
click the unsubscription link in the email, I still get all the emails
- seems like nothing resolves the issue.
Will you be able to provide these classes?
Would be great.
Thanks
On Dec 25 2010, 2:42 pm, Richtermeister wrote:
> Hey introvert,
>
> you're on the right track. You definitely want to avoid putting view-
> specific code into your model, so, yes, rendering this content is up
&g
, I did.
> >>> It will include stylesheets on backend modules, except for login action.
> >>> Maybe should I change default module to backend in the configuration?
>
> >>> Is there something else I'm missing?
>
> >>> Thanks for help
>
Hello,
I followed the Jobeet tutorial.
When I implemented the user login part it appears that when I
implement this functionality, Symfony won't include the default admin
stylesheets for the login page.
If I look at the code, these 2 lines are missing:
I know I could add them to config but I
Hello,
Which approach should I take when implementing third part
functionalities in the web application:
I want to add cron job / service (scraper) which would run in
intervals or by user trigger and process some data in the database.
Should I go with some lib class / new module or plugin ?
Is th
hello,
i've just migrated to Symfony framework a few days ago and I'm
wondering one thing.
which approach would be best to use when you want to display a
collection (particularly hierarchical data - categories) inside a
template?
should I make a helper that would retrieve collection (object/s) f