Reputation: 10056
I know there is a post regarding ZF1 services which is closed but the links are dead.
So my question to you is how to write a zend service for zf1, I saw Zend_Service_Abstract
but is there any good information on the web about this? How do you initiate it in the bootstrap?
I want to write services for Doctrine, but I just can't find any good information on how to write a zf1 service from top-bottom, not to mention zf docs are really bad.
So where do we need to start when writing a service layer(https://martinfowler.com/eaaCatalog/serviceLayer.html)?
Upvotes: 0
Views: 254
Reputation: 62
I think here is answer to your question: https://github.com/guilhermeblanco/ZF1-Doctrine2-ServiceLayer See the dirs of package and you can easily integrate Doctrine service layer into your (old) zf1 App.
And move on to ZF3.
Upvotes: 1