Re: Accessing the object index
[prev]
[thread]
[next]
[Date index for 2004/08/10]
On Tue, Aug 10, 2004 at 02:25:11PM +0100, Ian McDonald-ONLINE wrote:
> Hi,
>
> Are there any undocumented methods for examining the object index. I'd
> like to be able to do:
>
> foreach ($class->in_object_index) {
> $_->update();
> }
Looking at the source it seems this will do what you ask :
$class->clear_object_index();
From previous messages on the subject I've gathered that there is a
feeling that this shouldn't be necessary most of the time. Can I ask what
circumstances have led you to wanting to do this?
Colm
|
|
Re: Accessing the object index
colm-cdbi 14:13 on 10 Aug 2004
|