Jacek Siciarek

Results 2 issues of Jacek Siciarek

It would be nice if script could run in silent mode. I use webistrano and every progress change is displayed as a separate text line. Silent parameter could be set...

$di->set('db', function () use ($di) { return new \Phalcon\Db\Adapter\Pdo\Mysql(array( 'host' => $di->get('config')->database->host, 'username' => $di->get('config')->database->username, 'password' => $di->get('config')->database->password, 'dbname' => $di->get('config')->database->dbname, 'charset' => $di->get('config')->database->charset, 'options' => array( PDO::MYSQL_ATTR_INIT_COMMAND => 'SET...