Pergunta

I'm trying to play with FLOW3, which is now in beta, and I'm trying to find a good tutorial on the Persistence framework. In particular, I'd like to know if it's possible to use it without the dependency injection, in another framework like ZF. I did try the Quickstart, but it's really basic.

Does anyone know any good resource on the subject?

Foi útil?

Solução

I doubt you're going to be able to find much more on it than what's here:

http://flow3.typo3.org/fileadmin/manual/nightly/TheDefinitiveGuide/PartIII/Persistence.html

However, you might try posing your question on the FLOW3 newsgroup, as the developers are pretty good about answering questions. More about the TYPO3 and FLOW3 news groups here:

http://typo3.org/community/mailing-lists/use-a-news-reader/

Outras dicas

If you want to use the persistence framework in another project, simply use Doctrine 2. It is the basis for FLOW3's persistence layer. We mainly add more ease of use to it, by requiring less annotations to be written manually.

But I would really recommend using FLOW3 over ZF, (note: I am biased, being a FLOW3 core developer...) if I may! :)

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top