[symfony-users] Re: getId() not working on newly saved object

2009-10-06 Thread Nick Winfield
$this->product->getId() will give you the auto increment ID of the row just inserted 2009/10/6 Josh > > Hi all: > > I'm still pretty fresh to Symfony so bear with my newbie questions and > confusions. > > Here's the deal: > > $this->product = new Product; // from BaseProduct::Product > > $obj =

[symfony-users] Re: Symfony has definitely become too complicated framework

2009-09-23 Thread Nick Winfield
Ghost3D, If you do not like the new form framework, then I recommend that you stick with the 1.0 branch of Symfony. I don't think there's anything wrong with the directory structure used in Symfony projects. Once you get used to the layout, it makes sense. Kind regards, Nick. 2009/9/23 bghost

[symfony-users] Re: domain prefix handling

2008-07-01 Thread Nick Winfield
The right way to handle it is via a filter. You /could/ set it in the front controller via some kind of conditional block, but it is better to keep everything in its correct place. On Mon, Jun 30, 2008 at 5:14 PM, Jacob Coby <[EMAIL PROTECTED]> wrote: > > Hi All, > > I've been asked this question

[symfony-users] Re: Upgrading to 1.1

2008-07-01 Thread Nick Winfield
I upgraded one of my long-standing 1.0 projects to 1.1 and had to manually create that project config class. Take a look at the UPGRADE document and you'll see what is required at the top of the file. http://trac.symfony-project.com/browser/branches/1.1/UPGRADE On Mon, Jun 30, 2008 at 5:32 PM, N