Re: Undefined index: Images

2007-07-12 Thread Michael Augustyniak
Chris Hartjes wrote: > On 7/12/07, Michael Augustyniak <[EMAIL PROTECTED]> wrote: > >> class Band extends AppModel >> { >> var $name = 'Band'; >> var $hasMany = array('Images' => >>array('className' => 'Images','dependent' => true) >>); >> } >> >>

Re: Undefined index: Images

2007-07-12 Thread Chris Hartjes
On 7/12/07, Michael Augustyniak <[EMAIL PROTECTED]> wrote: > class Band extends AppModel > { > var $name = 'Band'; > var $hasMany = array('Images' => >array('className' => 'Images','dependent' => true) >); > } > Shouldn't that be 'className' => 'Ima

Undefined index: Images

2007-07-12 Thread Michael Augustyniak
*I am trying to delete Band and all Band's Images $this->Band->del("$id",$cascade = true); but getting ana error **Notice*: Undefined index: Images in */home/misiek/workspace/url/cake/libs/model/model_php5.php* on line *1009* *Warning*: Cannot modify header information -