- Added support for Sub-documents. Subdocuments are just array with string as keys...
commit73cd8f6ed067b29722d1efc97e0153071d32b6bb
authorCésar D. Rodas <crodas@php.net>
Wed, 24 Feb 2010 22:38:31 +0000 (24 19:38 -0300)
committerCésar D. Rodas <crodas@php.net>
Wed, 24 Feb 2010 22:38:31 +0000 (24 19:38 -0300)
tree5a45c46b7b7c7748351a1ccc50fe8b40065e1e59
parent1d2bf6253b6ee44ffb1c234ee06ba464e0baf507
- Added support for Sub-documents. Subdocuments are just array with string as keys. Arrays and Subdocuments can't be mixed.
- TODO:
    - Add Exception when try to push or pull to a subdocument.
ActiveMongo.php