Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

1 Answer

up vote 0 down vote accepted

Got a solution for this problem: http://www.tutorial-portal.com/tutorial/show/id/49

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.