[symfony-users] Re: Choosing the best JS toolkit plugin for RIA

2010-09-12 Thread Florian
hi for extjs, have a look at atollExt3Plugin On 10 sep, 16:09, Daniel Toffetti wrote: > Greg, > >     I've never heard of it and have to take a deeper look, but the > idea of sending all the business logic to the client sounds weird to > me, and besides we want to minimize the coding in JS, even

[symfony-users] Working with Symfony and Git (collaboration)

2010-09-12 Thread Darmen
Hello everyone, Suppose we have a Project with three applications — A, B and C. Our team: Jack, Susan and Martin. And one project leader — David. Each programmer is working on their own application: A - Jack B - Susan C - Martin So, there is a problem with source code management. How to effectiv

[symfony-users] Re: how to use short Document class name in find()?

2010-09-12 Thread Florian
sorry, with ODM it's DocumentManager On 13 sep, 08:11, Florian wrote: > hi! have a look in the cache/*container*.php and look at the > getDoctrine_orm_*service methods. the Configuration class on > EntityManager gives you a way to configure the namespaces used in a > Dql query. > > http://www.doc

[symfony-users] Re: how to use short Document class name in find()?

2010-09-12 Thread Florian
hi! have a look in the cache/*container*.php and look at the getDoctrine_orm_*service methods. the Configuration class on EntityManager gives you a way to configure the namespaces used in a Dql query. http://www.doctrine-project.org/api/orm/2.0/doctrine/orm/configuration.html#setEntityNamespaces()

Re: [symfony-users] Re: deploy on cPanel shared host

2010-09-12 Thread Diego Bello
On Sun, Sep 12, 2010 at 7:20 AM, Gábor Fási wrote: > I never used the pear method, let's hope someone else can help you out. > My *guess* is you'll only need to change the required file in your > ProjectConfiguration. > > On Sun, Sep 12, 2010 at 13:09, Martin Henits > wrote: > > Thanks for the r

Re: [symfony-users] sfguardauth // How to display a layout depending on user's group

2010-09-12 Thread Gustavo Adrian
Create a base action with a "preExecute" method. Check in that method for the user's group and change the layout accordingly. Then extend your actions from this base action. This would be a way of doing it. Another way would be maybe with a filter, but I like to have a baseAction and your requireme

[symfony-users] sfguardauth // How to display a layout depending on user's group

2010-09-12 Thread ziclo
Hello, I use sfguard plugin and i want to display a layout dedicated to specific user's group (different menus/functionnalities). Sequences : 1 - user1 (group1) logs in 2 - route to homepage with the layout1 If user2 (group2) logs in so he is redirected to the homepage with layout2. How can i

[symfony-users] Re: Tabs in Auto-Generated Code

2010-09-12 Thread Davide Borsatto
Which generated file are you referring to? It may be a Propel or Doctrine issue. On Sep 11, 3:17 pm, "Felix E. Klee" wrote: > In the Symfony coding standards, it says: > >   Never use tabulations in the code. > > Source:http://trac.symfony-project.org/wiki/HowToContributeToSymfony#CodingS... > >

[symfony-users] automated response

2010-09-12 Thread Saad Tazi | Twist Image
Merci de votre message. Je suis présentement absent du bureau. Je serai de retour le 25 septembre. L'accès à mes courriels pourrait être limité durant cette période. En cas d’urgence, vous pouvez rejoindre notre équipe technique en envoyant un courriel à l’adresse suivante: supp...@twistimage.c

Re: [symfony-users] Abridged summary of symfony-users@googlegroups.com - 7 Messages in 6 Topics

2010-09-12 Thread joost . farla
Beste, Tot en met vrijdag 10 september ben ik niet aanwezig op kantoor. U kunt voor dringende zaken contact opnemen met mijn collega Dimitri van Hees: dimi...@freshheads.com of 013 5448761. Met vriendelijke groet, Joost Farla joost.fa...@freshheads.com - - freshheads grafisch ontwerp en inter

[symfony-users] [symfony2+doctrine odm] how to use short Document class name in find()?

2010-09-12 Thread VolCh
Hello! I try to play with sandbox and mongodb. Following the guide I create bundle, controller, etc. and try to get collection from mongodb: namespace Application\PageBundle\Controller; use Symfony\Framework\FoundationBundle\Controller; use Application\PageBundle\Document\Page; class PageContr

[symfony-users] Tabs in Auto-Generated Code

2010-09-12 Thread Felix E. Klee
In the Symfony coding standards, it says: Never use tabulations in the code. Source: http://trac.symfony-project.org/wiki/HowToContributeToSymfony#CodingStandards However, some of the PHP code auto-generated by Symfony 1.4, does use tabs. How is that justified? -- If you want to report a vu

Re: [symfony-users] Re: deploy on cPanel shared host

2010-09-12 Thread Gábor Fási
I never used the pear method, let's hope someone else can help you out. My *guess* is you'll only need to change the required file in your ProjectConfiguration. On Sun, Sep 12, 2010 at 13:09, Martin Henits wrote: > Thanks for the reply. > > the thing is I already have developed my project based o

[symfony-users] Re: deploy on cPanel shared host

2010-09-12 Thread Martin Henits
Thanks for the reply. the thing is I already have developed my project based on the .tgz installation method. is there any way to easily convert it to a PEAR installation? On Sep 4, 7:07 pm, Gábor Fási wrote: > If you check the last mod of that page, you'll see it was 2 years ago. > Back then in

[symfony-users] No executed php code in component

2010-09-12 Thread Benoit Pr
Hi, I am facing a problem which is taotally driving me nuts! I have some php code in a component (normal, you'll say), and I am using values in php to inject them into some javascript. But, each of this values is not correctly interpreted... Example: I have a value defined in app.yml, I call it