Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • I personally use an ORM that manages my SQL via abstraction. If you don't want to use one, you could take a look at this thread: zend-framework-community.634137.n4.nabble.com/… Commented May 29, 2017 at 12:29
  • The code from Zend's tutorials is imho low quality, this is probably the result of them writing the shortest code examples they could make (and keep the tutorials shorter). Examples of this are the closures instead of factory classes and using Module.php instead of config files (closures aren't cacheable). Commented May 29, 2017 at 12:34
  • yes thats right, I' a bit further now, I will add it in the post Commented May 30, 2017 at 17:13