|
|
@@ -14,6 +14,10 @@ class InitController extends Controller
|
|
|
// ./yii init/hd
|
|
|
public function actionHd()
|
|
|
{
|
|
|
+
|
|
|
+ ini_set('memory_limit', '2045M');
|
|
|
+ set_time_limit(0);
|
|
|
+
|
|
|
$customList = CustomClass::getAllByCondition(['id>' => 0], null, '*', null, true);
|
|
|
if (!empty($customList)) {
|
|
|
foreach ($customList as $custom) {
|