[symfony-users] Re: Symfony - Propel - Creole and the Postgres Array Datatype

2007-11-10 Thread Andy
Did you have any luck with this? I also need arrays. Andy cdecarlo wrote: > Hello, > > I would like to use Symfony as the framework for my next project > however some tables in my planned database schema will use the array > datatype. I've searched for information on making this happen and > I

[symfony-users] Re: Propel difference

2007-11-10 Thread drmikecrowe
Could you share that pake task? That'd be pretty cool. On Nov 10, 9:57 am, Thierry <[EMAIL PROTECTED]> wrote: > I like the approach of dumping the mysql data. It is the probably the > only solutions, considering propel. > Now have a little pake task: > propel-build-all-save-mysql > > which does

[symfony-users] Re: Propel difference

2007-11-10 Thread Thierry
Ok tried mysqldiff, I'm pretty sure I'm using it right, but it is messing up completely. Time to do some fixing now :) On Nov 10, 10:32 am, Thierry <[EMAIL PROTECTED]> wrote: > This all looks really good. > Great :) > > Now to include it in my build script :) --~--~-~--~~---

[symfony-users] Re: Propel difference

2007-11-10 Thread Thierry
I like the approach of dumping the mysql data. It is the probably the only solutions, considering propel. Now have a little pake task: propel-build-all-save-mysql which does mysqldump, propel-build-all, load dump in that order It's still quite raw, but working nicely. Mysqldiff seems to be worki

[symfony-users] sfSimpleCMSPlugin problems

2007-11-10 Thread Marco C.
Hi all, i have some probels setting up sfSimpleCMSPlugin. First of all, i would like to localize my application. so i've modified myapp/config/app.yml: all: sfSimpleCMS: use_l10n: true localizations: [en, fr, it] default_culture:

[symfony-users] Picture field?

2007-11-10 Thread Sid Bachtiar
Hi all, Is there a standard/easy way (e.g.: plugin may be?) to create a picture field? For example lets say I have a user table and I want to add a picture field and let user to be able to change their picture. Cheers --~--~-~--~~~---~--~~ You received this mess

[symfony-users] Disabling a Component Slot

2007-11-10 Thread Vanchuck
I'm rather confused about something. In Ch.7 of the book, an example is given on how to disable a component slot for a module, if you have specified a default component for that slot for the app: all: components: sidebar: [] This didn't work for me. It still retained the default setting,

[symfony-users] Re: Propel difference

2007-11-10 Thread Thierry
This all looks really good. Great :) Now to include it in my build script :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.co