[symfony-users] Re: Doctrine specific problem with nested forms

2009-06-05 Thread Raphael
OK, I finally found a workaround... I had to add a id primary key (integer autoincrement) to each of my child objects and change their product_id field to a simple foreign key. Example for book: Book: columns: id: type: integer primary: true autoincrement: true produc

[symfony-users] Re: Doctrine specific problem with nested forms

2009-06-05 Thread Raphael
I just tried but it doesn't seem to solve my problem... it still tries to save the child object with a null key thanks anyway. On Jun 5, 1:25 am, Рустам wrote: > try thishttp://trac.symfony-project.org/ticket/6374 > > On Fri, Jun 5, 2009 at 7:26 AM, Raphael Guillet > wrote: > > > Hi all, > > >

[symfony-users] Symfony BOF session at Open Source Bridge

2009-06-05 Thread David Brewer
Attending the upcoming "Open Source Bridge" conference (June 17-19) in beautiful Portland, Oregon? If so, consider swinging by the Symfony "Birds of a Feather" session. It's a chance to meet other symfony developers in person and talk shop. http://opensourcebridge.org/sessions/277 If you're NO

[symfony-users] generate url in symfony task

2009-06-05 Thread Jack Bates
How do I generate a URL in a task? I can generate URLs in templates - how do I generate a URL in lib/task/ MyTask.class.php? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this grou

[symfony-users] Re: How to install sfSimpleCMSPlugin in Symfony 1.2

2009-06-05 Thread VisibleOne
Have someone have successfully used this plugin in Symfony 1.2 ? I see that sfSimpleCMS2Plugin is not ready yet, also pkContextCMSPlugin is not an option for me, because I am using Propel. Anyway I will try to tweak the plugin and will write. On May 25, 4:07 pm, cleve wrote: > I'd recommend th

[symfony-users] sfWidgetFormSelectDoubleList question

2009-06-05 Thread jp
Hi all, I (still) use Symfony 1.0 and I use the form classes from the 1.1 branch in it. Now I want to configure a select double list using sfWidgetFormSelectDoubleList. My question: - How can a configure the ASSOCIATED items? To the widget's constructor I give the "possible options" via '

[symfony-users] Re: using sfPropelData Class

2009-06-05 Thread Eno
On Fri, 5 Jun 2009, DEEPAK BHATIA wrote: > I am trying to do the following > > $temp = new sfPropelData(); > echo $temp->getFiles(); > > But I get the following error > > Fatal error: Call to protected method sfData::getFiles() from context > 'testActions' in > /opt/lampp/htdocs/testproj/apps/

[symfony-users] Re: Use of Symfony APIs

2009-06-05 Thread Eno
On Fri, 5 Jun 2009, DEEPAK BHATIA wrote: > I am trying to use the API's given with the Symfony package given in > http://www.symfony-project.org/api/1_1/. > > But i am not able to get the user guide for using API's with examples. What do you mean? Are you unable to download the documentation?

[symfony-users] using sfPropelData Class

2009-06-05 Thread DEEPAK BHATIA
Hi, I am trying to do the following $temp = new sfPropelData(); echo $temp->getFiles(); But I get the following error Fatal error: Call to protected method sfData::getFiles() from context 'testActions' in /opt/lampp/htdocs/testproj/apps/tool/modules/test/actions/actions.class.php on line 47 T

[symfony-users] Use of Symfony APIs

2009-06-05 Thread DEEPAK BHATIA
Hi, I am trying to use the API's given with the Symfony package given in http://www.symfony-project.org/api/1_1/. But i am not able to get the user guide for using API's with examples. Do we have complete example list using the API's of the Symfony libraries ? Thanks Deepak --~--~-~-

[symfony-users] Re: Performance: Frozen or Not?

2009-06-05 Thread Frank Stelzer
If you need more information about this mentioned memcache handling you may have a look at this blog post i just written for this purpose :) http://dev.esl.eu/blog/2009/06/05/memcached-as-singleton-in-symfony/ Frank > interesting... I'll have a long time on it :D > > On Thu, Jun 4, 2009 at 19: