[symfony-users] sfPropelActAsNestedSetBehaviorPlugin Scope

2007-08-04 Thread Greg Freeman
So the scope is used to differentiate trees. In the online docs for this plugin (http://trac.symfony-project.com/trac/wiki/ sfPropelActAsNestedSetBehaviorPlugin#UsingnestedsetsandsfPropelPager) the concept of a forum is used and the scope is the topic ID. That's fine but what about when there is

[symfony-users] sfPropelActAsNestedSetBehaviorPlugin Question

2007-08-04 Thread Greg Freeman
Is it possible to retrieve a whole tree with multiple root nodes and no scope with 1 query? --~--~-~--~~~---~--~~ 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@g

[symfony-users] sfPropelActAsNestedSetBehaviorPlugin Question

2007-08-04 Thread Greg Freeman
I'm using this plugin for a list of categories. In my understanding of the documentation each root category should have its own scope as they represent different trees. My question is when adding new root categories how can you automatically assign a new scope? (documentation manually assigns it t

[symfony-users] Re: Add Cache Path

2007-08-04 Thread Greg Freeman
Is this not possible? --~--~-~--~~~---~--~~ 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 [EMAIL P

[symfony-users] New sfCommand CLI System: Can plugins have their own tasks?

2007-08-04 Thread Jay Klehr
After upgrading my symfony installation past the revision that includes the new sfCommand CLI system, I realized I no longer can run the sfDoctrine tasks. So I spent a wee bit of time converting the sfDoctrine tasks I do use so that they can be used within the new CLI system. However, I have

[symfony-users] AMFPHP or SABREAMF integration

2007-08-04 Thread Marco
Hi, how can i integrate AMFPHP or SABREAMF in symfony? Have you any example? Thanks M. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email

[symfony-users] Re: [Doubts] Input Date Tag

2007-08-04 Thread [EMAIL PROTECTED]
Man can you show me how you do with details? On Aug 4, 10:36 am, "Marc Torres" <[EMAIL PROTECTED]> wrote: > I solve this using i18n and setting my default culture correctyl (it seems > symfony don't accept ca_ES which is perfectly valid, so I've to use es_ES) > > 2007/8/2, Jonathan Moreira Cardoz

[symfony-users] Re: [Doubts] Input Date Tag

2007-08-04 Thread Marc Torres
I solve this using i18n and setting my default culture correctyl (it seems symfony don't accept ca_ES which is perfectly valid, so I've to use es_ES) 2007/8/2, Jonathan Moreira Cardozo < [EMAIL PROTECTED]>: > > > Guys, > > Hello, i'm having a problem with a input data tag at my admin, i set > in g

[symfony-users] Re: Started dutch translation of the symfony book - any help welcome

2007-08-04 Thread Thierry
Sounds like a good idea, hope i'll have some time to contribute :) --~--~-~--~~~---~--~~ 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 unsubs

[symfony-users] Re: sfCommandLogger error?

2007-08-04 Thread Jay Klehr
Fabien, Thanks, that seems to have solved my issue. I wasn't aware that Symfony stored files in the /tmp directory. Jay Fabien POTENCIER wrote: > I think it's an autoloading problem. Remove all the sf_* files you have > in your temp directory (/tmp on *nix). > > Fabien > > Jay Klehr wrote: >