Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save settermjd/c96d89a271090fd00af5 to your computer and use it in GitHub Desktop.
Save settermjd/c96d89a271090fd00af5 to your computer and use it in GitHub Desktop.
Powerful, Flexible, Maintainable SQL Generation - Without The Hassle

PHP is almost synonymous with databases, and has been since the early versions. Yet creating SQL queries can still be a challenging task. What's the right tool to use? ORMs often feel like overkill. And creating queries by hand can be unmaintainable. In this session, I'll show you how to use the Zend\Db library to generate SQL queries; from simple selects, through to more complex unions, filtered deletions, and updates. You'll learn how to use the library to create flexible, secure, maintainable, and reusable queries quickly, and efficiently, saving you time and effort in the long term.

@settermjd
Copy link
Author

I get you. Thanks for the tip mate. I especially like your point about covering some areas that the audience isn't especially familiar with. I'll rework it further and add some notes to take those points in to consideration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment