[symfony-users] sfPropel15Plugin

2010-12-03 Thread Tomasz Fertacz
Question is how to use i18n with sfPropel15Plugin. Because when I use standard not ClassNameI18NQuery but ClassNameQuery class, after I'm calling object it queries database for i18n attributes, so when i query 100 objects, it queries 100 times. Should it be like this? Am I doing something wrong? T

[symfony-users] sfPropel15Plugin, admin and mergeRelation()

2010-10-12 Thread Adam Frame
Hi, I have a form ('Gallery') that embeds a related form using mergeRelation. [code] class GalleryForm extends BaseGalleryForm { public function configure() { $this->mergeRelation("Image"); } } [/code] Now leaving the generator.yml in admin with its defaults and just changing

[symfony-users] sfPropel15Plugin problem

2010-10-03 Thread Rytis Daugirdas
Hello, I generated an admin module (propel:generate-admin) for the corresponding model and there seems to be a routing problem. Upon running my app I get the following error: sfPropel15Route::serialize() must return a string or NULL Here's my routing.yml: http://pastebin.com/NKrcWGaV. If I remov

[symfony-users] sfPropel15Plugin and sfGuardPlugin problem

2010-06-04 Thread AgusQuiroga
Hi, I just started a new project and installed the sfPropel15Plugin, and then installed the sfGuardPlugin. So far so good, but when I try to do a propel:build-all then my propel model is created inside the sfGuardPlugin model folder in the plugins directory... any ideas on whats going on? Is the fi

Re: [symfony-users] sfPropel15Plugin won't install

2010-05-21 Thread Három D . Márk
Unpack the archive in your plugins folder and enable it manually in the ProjectConfiguration. On Fri, May 21, 2010 at 17:00, ferdjuan wrote: > I tried: > > symfony plugin:install sfPropel15Plugin > > and got: > > >>> plugin    installing plugin "sfPropel15Plugin" >  No release available for plugi

[symfony-users] sfPropel15Plugin won't install

2010-05-21 Thread ferdjuan
I tried: symfony plugin:install sfPropel15Plugin and got: >> plugininstalling plugin "sfPropel15Plugin" No release available for plugin "sfPropel15Plugin" in state "stable" So I downloaded the package .tgz and tried to install that and I got: >> sfPearFrontendPlugin ...done: 1,525,189