Hi Marko!

- Using the ODM is very different from using MongoDB directly. There's a PR
(postponed to 2.1) for a MongoDB session savehandler by Jeremy Mikola at
https://github.com/zendframework/zf2/pull/2031
- OAuth has been pushed out of the main repository into
https://github.com/zendframework/ZendOAuth
- Hydrators are simple mappers that convert data and load it from an object
into another one. They perform operations such as taking an array of values
and invoking setters on a given object to be hydrated (and the opposite).
Mostly used in forms, but they basically take data from some object and
"hydrate" another one through a strategy
(setters/reflection/arrayaccess/your_logic) (see
http://zf2.readthedocs.org/en/latest/modules/zend.stdlib.hydrator.html ).
- Strategies are used to decide how to render a given view model... In ZF2
you can return a view model from a controller. The strategy then decides
what to do with it. You can read more at
http://zf2.readthedocs.org/en/latest/modules/zend.view.quick-start.html

Hope this helps :)

Marco Pivetta

http://twitter.com/Ocramius

http://marco-pivetta.com



On 1 August 2012 10:13, Marko78 [via Zend Framework Community] <
ml-node+s634137n4656023...@n4.nabble.com> wrote:

> Hi,
>
> I'm using ZF1 for our applications and now I have started to look into
> ZF2.
>
> A few questions came to me:
> -will there be MongoDB classes or is it preferred to use
> DoctrineMongoODMModule?
> -will there be oAuth stuff?
> -what are hydrators?
> -what are Zend\View\Strategy classes for?
>
> br, Marko
> br,
> --------------------------
> Marko Korhonen
> Technical Consultant
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://zend-framework-community.634137.n4.nabble.com/ZF2-and-some-questions-tp4656023.html
>  To unsubscribe from Zend Framework Community, click 
> here<http://zend-framework-community.634137.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=634137&code=b2NyYW1pdXNAZ21haWwuY29tfDYzNDEzN3wxNzE0OTI1MTk4>
> .
> NAML<http://zend-framework-community.634137.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/ZF2-and-some-questions-tp4656023p4656024.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to