->columns(array('id','title',
'cat' => new \Zend\Db\Sql\Expression('video'),
))
'router' => array(
'routes' => array(
'control' => array(
'type' => 'hostname',
'options' => array(
'route' => '[:sub.]domain.ltd',
'defaults' => array(
'controller' => 'Control\Controller\Index',
'action' => 'index',
'sub' => 'www',
),
),
),
),