In Zend Framework < 2 I programmed a generic model so that I did not have to write always all these setters, getters and properties by hand in my models. I made the ZF2 tutorial with the database models (album) and recognize that it's more complicated to create a model. Is there a good way to create a generic model? Because otherwise I would have always the same code at the XXXTable.php file in the Model folder.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Got a solution for this problem: http://www.tutorial-portal.com/tutorial/show/id/49 |
|||
|
|