Wed Nov 16 16:14:15 2005peterspeltz [...] cafes.net - Ticket created
Subject:
set and update not doing the right thing
When I call $sub->set(
Wed Nov 16 17:03:43 2005peterspeltz [...] cafes.net - Correspondence added
[PSPELTZ - Wed Nov 16 16:14:15 2005]:
Show quoted text
> When I call $sub->set(
Damn hot keys. Anyway to update fields in the IsA parent class, I cannot
use set. This below does not work.
$child->set('pcol' => 'New', 'pcol2'=> 'New');
This Works.
$child->pcol('New');
$child->pcol2('New');
I'll try to get a patch sometime after xmas.
cheers,