Skip to content

Instantly share code, notes, and snippets.

View jortsc's full-sized avatar

Jose Manuel Orts Carrion jortsc

  • Spain, Valencia
View GitHub Profile

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

<?php
use Zend\Db\Sql\Select;
// basic table
$select0 = new Select;
$select0->from('foo');
// 'SELECT "foo".* FROM "foo"';