How to implement service layer in Zend Framework?

Posted by takeshin on Stack Overflow See other posts from Stack Overflow or by takeshin
Published on 2010-03-16T21:13:48Z Indexed on 2010/03/16 21:21 UTC
Read the original article Hit count: 301

Filed under:
|
|

I'm looking for some good resources to learn how to implement internal service layer in Zend Framework. This is interesting post, but with no concrete code samples.

  • Where to put service classes (/application/modules/modulename/services/?);
  • How to autoload them (custom autoloader?)
  • Most common services (user, authentication, cart, cache, feed?)
  • Sample implementations (any github repos?)
  • Good practices?

© Stack Overflow or respective owner

Related posts about php

Related posts about zend