dantleech

Results 876 comments of dantleech

Does JCR store property type in the property (i.e. so something that is dropped in PHPCR) or is it the responsability of the nodeType definition? Having metadata on the properties...

@dbu so the type _is_ stored with the property? Looking at a PHPCR dump I don't see any data other than the value on the property, I thought it was...

Shall we do this for 1.1? I might be able to look at it at the weekend if nobody else is interested.

Hmm. Just had a look at this and one issue is how or if we should handle translations here?

ok, i thought the same but it struck me as being maybe non-trivial - would this open a box of refactorings do you think?

I just wrote a an event listener class for SuluCMF which does this. It uses a dot-delimited property name to store multi-dimensional arrays. | Name | Type | Vaue |...

The query builder seems to be doing its job, the generated SQL2 looks like it should work, so I would say this is indeed a storage layer problem.

Ah, that looks interesting. I wonder how we could leverage that feature? Maybe a new hard-coded generator? ``` php /** * @Id(strategy="AUTO_NAME") */ ``` Doctrine just lets you specify a...

Yes it would be, though i realize now that the name-hint, in this case, should be related to the name of the property of which it is a child (`foobar`...

So perhaps the behavior should come from `@Children()` if anything.