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
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
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
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
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
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