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)
>>);
>> }
>>
>>
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
*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 -