_tableName_ = 'goods'; parent::__construct($fromArray); } static function model() { return new self(); } function getRandom($count = 6) { return $this->getAll(array( 'order' => 'RAND()', 'limit' => (int) $count, )); } }