Skip to content

Commit

Permalink
updated status and removed bogus support for ArrayField (this is mult…
Browse files Browse the repository at this point in the history
…ivalue in PHPCR)
  • Loading branch information
lsmith77 committed Sep 27, 2011
1 parent cc2e271 commit 3f68baa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
7 changes: 3 additions & 4 deletions README.markdown
Expand Up @@ -4,8 +4,7 @@ PHPCR ODM for Doctrine2
Current Status
--------------

* usable for basic tasks
* not yet really performance optimized
* most key features implemented
* alpha stage

TODO
Expand Down Expand Up @@ -167,8 +166,8 @@ Available annotations
Float, <br />
String, <br />
Date, <br />
Binary, <br />
ArrayField: </td><td>Map this field to the property of the corresponding PHPCR type.</td></tr>
Binary
</td></tr>
</table>

In the parenthesis after the type, you can specify the name of the PHPCR property
Expand Down
Expand Up @@ -130,14 +130,6 @@ final class Binary extends Property
{
public $type = 'binary';
}
/**
* @Annotation
* @Target("PROPERTY")
*/
final class ArrayField extends Property
{
public $type = 'array';
}
class Reference
{
/** @var string @Required */
Expand Down

0 comments on commit 3f68baa

Please sign in to comment.