|
Posted by Rik on 08/16/07 15:22
On Thu, 16 Aug 2007 15:38:57 +0200, Ward Germonpré
<king.albert2@forpresident.com> wrote:
> I'm reading up on serialising objects, and came across links to db4o, an
> object oriented database.
>
> Can anyone point out articles/blogs comparing PHP's serialisation process
> and storing objects in an OODB. Is anything going on in PHP's biosphere
> relating to OODB, possibly through PDO ?
Sorry, got no pointers for you there.
> And technically, can we use serialise() to make a structured/nested
> object
> persistent across pages ?
It can be, with some caveats:
1. You cannot serialize resources (db-connections, file-handles and the
like).
2. Some references will be lost.
3. See for serializing
objects:<http://nl3.php.net/manual/en/language.oop.serialization.php>
--
Rik Wasmus
Navigation:
[Reply to this message]
|