|
|
This post has NOT been accepted by the mailing list yet.
I'm looking for help in getting DB Support. So far I've gotten the DB support to work by following Akrabat's ZF2 Tutorial but the problem is that the "work" is done via the Controller and then sent to the View.
I'm looking for a way to go from the Controller to a Service Layer (Do the work here), return the results back to the Controller which of course sends it to the View.
For the life of me I haven't a clue on how to do this the right way. I've read so much documentation and tried looking at random github repositories but nothing is clicking in my mind.
A simple select from a DB table would suffice and I'm sure then things will click in my mind to make the rest of it work.
|