[symfony-users] Module folders

2010-01-24 Thread Parijat Kalia
Hey guys, I am working on a symfony project for sometime now. I have a few modules in my project just like any other project does. However, it does not seem to have all the necessary folders inside of it generated, i.e, my modules contain* only the actions and the templates folder*. It does *not

[symfony-users] Deployment problem/bug?

2010-01-24 Thread Augusto Flavio
Hi all, i set up the deployment using the rsync on symfony. What i did was configure the properties.ini like this: [production] host=domain.com.br port=22 -i E:/cygwin/home/Augusto/.ssh/id_rsa user=user dir=/home/username/website parameters=-rtgoDzCv --progress --force --delete

[symfony-users] Module folders

2010-01-24 Thread Parijat Kalia
Hey guys, I am working on a symfony project for sometime now. I have a few modules in my project just like any other project does. However, it does not seem to have all the necessary folders inside of it generated, i.e, my modules contain* only the actions and the templates folder*. It does *not

[symfony-users] Re: Module folders

2010-01-24 Thread Richtermeister
Since symfony 1.1 validation is handled via the form framework, hence those validate folders aren't generated any more. Daniel On Jan 24, 7:20 am, Parijat Kalia kaliapari...@gmail.com wrote: Hey guys, I am working on a symfony project for sometime now. I have a few modules in my project

[symfony-users] Use Transaction call directly or use other method like Postsave()

2010-01-24 Thread Dong YANG
Hello everyone, I got a question about Propel Transactions. As in symfony tutorial, it proposes to override the save method for using transaction. For example: $con-beginTransaction(); try { $ret = parent::save($con); // Some code here for other treatement $con-commit();

[symfony-users] select db before controller dispatch() ??

2010-01-24 Thread gamename
Hi, How can I specify a particular db to use a controller dispatches a request? For example, I have 3 databases, foo1, foo2 and foo3. How do I make sure a new request will use foo2 when the dispatch happens here: sfContext::getInstance()-getController()-dispatch(); TIA, -T -- You received

[symfony-users] Re: Doctrine + PostGreSQL

2010-01-24 Thread webasker
The database is created from PostGreSQL export and doctrine:build- schema is used to generate the schema.yml file, then doctrine:build- model to generate the model class. Here's the code for insert. $obj = new User(); $obj-set('name', 'test');

[symfony-users] Re: Doctrine + PostGreSQL

2010-01-24 Thread webasker
Dennis, what do you mean quoting all table names and all column names? where should I do that? -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group,

[symfony-users] Re: select db before controller dispatch() ??

2010-01-24 Thread ken
sfDoctrinePlugin fires doctrine.configure event in which Doctrine_Manager is passed. Maybe you can listen for that event in project configuration. On Jan 25, 8:40 am, gamename ten...@tripitinc.com wrote: Hi, How can I specify a particular db to use a controller dispatches a request? For

Re: [symfony-users] select db before controller dispatch() ??

2010-01-24 Thread Eno
On Sun, 24 Jan 2010, gamename wrote: How can I specify a particular db to use a controller dispatches a request? For example, I have 3 databases, foo1, foo2 and foo3. How do I make sure a new request will use foo2 when the dispatch happens here:

[symfony-users] Definitive guide for 1.3 and 1.4

2010-01-24 Thread Gareth McCumskey
Hi guys, I was just wondering if there was any word on whether the Definitive Guide books available for symfony 1.0, 1.1 and 1.2 will be updated and published to reflect the changes for the new versions? -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- You

Re: [symfony-users] Re: multi language question

2010-01-24 Thread nguyen hong linh
I have read these pages you have send me. sory because seem it can not hepl me to solve my problem :( my problem is Default language of my website is french and second language is English, and I want to choose what articles will be show in English version., I don't want every articles will be