Re: CakeFest 2011

2011-09-15 Thread Octavian
Any news? Are you still planning to put vids on Cake TV? Thanks On 8 sep, 04:55, Brett Wilton wrote: > Brilliant, look forward to watching a few. > > On 7/09/2011, at 11:56 PM, Larry E. Masters wrote: > > > > > I will be compressing and uploading the recordings now that I am back in > > the sta

Re: Session setFlash is not working on Firefox 3.5.3

2009-11-20 Thread Octavian
Reinstalled FF, works perfectly. -- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-...@googlegroups.com. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com. For more options, v

Re: Vendor [aurigma image uploader] not displaying

2009-11-19 Thread Octavian
The guys at aurigma were really helpful: Have a look: http://forums.aurigma.com/yaf_postsm11945_HOWTO-Embed-Image-Uploader-in-CakePHP.aspx -- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-...@googlegroups.co

Re: Vendor [aurigma image uploader] not displaying

2009-11-16 Thread Octavian
Anyone? Or does my code seem OK? -- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-...@googlegroups.com. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com. For more options, v

Vendor [aurigma image uploader] not displaying

2009-11-15 Thread Octavian
Hi, I'm trying to use the aurigma image uploader (http://www.aurigma.com/ Products/ImageUploader/default.aspx) in my project but the vendor doesn't render. No error's, just a blank screen. When testing the script without CakePHP, the code works just fine: render(); ?> In CakePHP Controller: 'Im

Re: Saving array with same information

2009-11-02 Thread Octavian
True, thanks for the tip. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubsc

Re: Saving array with same information

2009-11-02 Thread Octavian
Because I thought it would make things too complicated. The user would have to add an event first, then add several days to it. Doing it all in once seems me easier. I actually found the right code: foreach ($this->data['Event'] as $event) { $event['name'] = $this->data['Event'][0]['name'

Saving array with same information

2009-11-02 Thread Octavian
Hi, I'm trying to add new events. An event can have more than one date, but always has the same name/description. So this same info is only entered once in the add form, but dates can be added dynamically to the form. Controller should insert for each date a new event with a different date but th

Re: Associations - naming conventions

2009-07-16 Thread Octavian
Hi, Now I have a problem with the hasOne association. Users have a favorite club (favclub) which is a foreign key to the Clubs (contains id and name) table. How do I code that? So every user hasOne favclub (referring to clubs.id)? Thanks for much appreciated your help. --~--~-~--~~--

Re: Associations - naming conventions

2009-07-16 Thread Octavian
You've done a great deed for a noob today. Thanks a lot Piotr! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this g

Re: Associations - naming conventions

2009-07-16 Thread Octavian
Anyone? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.

Associations - naming conventions

2009-07-16 Thread Octavian
Hi, I have a "matches" table that consist of a home_team and an away_team column. I also have a teams table with the team information so home_team and away_team are foreign keys referring to the particular id of teams. Unfortunately I can't seem to configure this with cakephp (the naming convent