Hello guy's, girls,
I'm using pear DB_DataObject and I'm a little stuck:
$interneafd = DB_DataObject::factory(INTERNEAFD);
$interneafd->find();
while($interneafd->fetch()) {
...
...
}
after this code I want to use the same $interneafd (without reloading it). How can I set my pointer in the begin so I can do another fetch? Is this possible?
thanks,
Greetings
The One And Only KryptoS
I'm using pear DB_DataObject and I'm a little stuck:
$interneafd = DB_DataObject::factory(INTERNEAFD);
$interneafd->find();
while($interneafd->fetch()) {
...
...
}
after this code I want to use the same $interneafd (without reloading it). How can I set my pointer in the begin so I can do another fetch? Is this possible?
thanks,
Greetings
The One And Only KryptoS