[symfony-users] save() - doctrine saving or updating record

2011-02-12 Thread introvert
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

[symfony-users] sfGuard and multisite authentication

2011-01-25 Thread introvert
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

[symfony-users] unsubscribing from group

2011-01-11 Thread introvert
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.

[symfony-users] Re: displaying collection/s in templates

2011-01-01 Thread introvert
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

[symfony-users] Re: admin login action / stylesheets

2011-01-01 Thread introvert
, 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 >

[symfony-users] admin login action / stylesheets

2010-12-26 Thread introvert
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

[symfony-users] implementing cron jobs / user tasks

2010-12-26 Thread introvert
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

[symfony-users] displaying collection/s in templates

2010-12-23 Thread introvert
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