Re: update not updating??
[prev]
[thread]
[next]
[Date index for 2004/08/30]
On Mon, 2004-08-30 at 14:59, Michael Jensen wrote:
> $fileObject->typist_id($user_id); # doesn't do a thing
> $fileObject->status(2); # doesn't do a thing!
> $fileObject->set(status=>"2"); # doesn't do a thing!!(method 2
> per beginners guide)
What makes you think these are not doing anything? Did you actually
look at the object's data (not the database) after running these
commands?
I don't see any calls to $fileObject->update() in here. Are you using
autoupdate?
- Perrin
|
|
Re: update not updating??
Perrin Harkins 19:16 on 30 Aug 2004
|