Re: [fw-general] zend 2 custom library

2013-02-24 Thread Andreas Möller

> Hi,
> in zf1 I'm used to have my own library like
> library
> App
> Zend
> I'm wondering if make sense in zend 2.
> Playing around with modules I realize you 
> can share stuff like 
> 'factories' => array(
>'auth_service' => function ($sm) {
>return new \Zend\Authentication\AuthenticationService(
>$sm->get('auth_user_storage'),
>$sm->get('auth_user_adapater')
>);
> },
> auth_service will be available in all your modules.
> So what's do you think about it ?

http://alltheragefaces.com/img/faces/large/obama-not-bad-l.png

[fw-general] zend 2 custom library

2013-02-24 Thread whisher
Hi,
in zf1 I'm used to have my own library like
library
 App
 Zend
I'm wondering if make sense in zend 2.
Playing around with modules I realize you 
can share stuff like 
'factories' => array(
'auth_service' => function ($sm) {
return new \Zend\Authentication\AuthenticationService(
$sm->get('auth_user_storage'),
$sm->get('auth_user_adapater')
);
 },
 auth_service will be available in all your modules.
So what's do you think about it ?



--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/zend-2-custom-library-tp4659303.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: fw-general@lists.zend.com
Info: http://framework.zend.com/archives
Unsubscribe: fw-general-unsubscr...@lists.zend.com