Changes
Title
unchanged
MigrateCommand class for multiple sites using one code base
Category
unchanged
How-tos
Yii version
unchanged
Tags
unchanged
Content
changed
[...]
public $domain = '';
protected $_db;
public function beforeAction($action,$params)
{
if (in_array(strtolower($action),array('up','down','safeup','safedown','redo','to','new','history','makr
k')) && $this->domain == '')
{
echo 'You need to specify the domain as Xpress support multi-sites and multi-database.',"\n",'i.e: --domain=www.domain.com',"\n";
return false;
}[...]