Skip to content

Instantly share code, notes, and snippets.

@cobyl
Last active December 19, 2015 19:59
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 cobyl/6010667 to your computer and use it in GitHub Desktop.
Save cobyl/6010667 to your computer and use it in GitHub Desktop.
Przykład użycia sensownej składni selectów
<?php
$this->tablegateway->select(function (\Zend\Db\Sql\Select $select) use ($params){
// kolumna created = updated
$select->where->equalTo('created','updated');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment