Перейти к публикации
View in the app

A better way to browse. Learn more.

Дизайн и модификация Invision Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Cannot use isset() on the result of an expression (you can use "null !== expression" instead)

Опубликовано:

Здравствуйте. Я уже задавал этот вопрос, так и не разобрался, сделал отдельную тему.

 

Имею в виджете вот такой вывод:

 

isset( implode( ',', $this->configuration['ActiveGamesWidgetBots'] ) ) ? $this->configuration['ActiveGamesWidgetBots'] : '*'

 

Где мне в итоге парсить через implode? Там дальше шаблона ничего нет уже: http://prntscr.com/mp3z36

 

--------------------

 

Правильно?

Рекомендованные сообщения

Опубликовано:

@TemKa_SD, isset не может принимать результат выражения, только переменную.

 

isset( $this->configuration['ActiveGamesWidgetBots'] ) ? implode( ',', $this->configuration['ActiveGamesWidgetBots'] ) : '*'

Опубликовано:
  • Автор

Да, я уже понял. Я правильно сделал?

 

 	if ( isset( $this->configuration['ActiveGamesWidgetBots'] ) && $this->configuration['ActiveGamesWidgetBots'] != '*' )
		{
 		$this->configuration['ActiveGamesWidgetBots'] = implode( ',', $this->configuration['ActiveGamesWidgetBots'] );
		}

 

isset( $this->configuration['ActiveGamesWidgetBots'] ) ? $this->configuration['ActiveGamesWidgetBots'] : '*',

Опубликовано:

Да вроде правильно.

Создайте аккаунт или войдите в него для комментирования

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.