Partial support in IE8 is due to being limited to CSS 2.1 selectors and a small subset of CSS 3 selectors (see notes there). Additionally, it will have trouble with selectors including unrecognized tags (for example HTML5 ones).
echo Html::img('/' . $model->image, ['class'=>'img-responsive']);
Или последовательно отрабатываются запросы только в рамках одной PHP-сессии?
Session data is usually stored after your script terminated without the need to call session_write_close(), but as session data is locked to prevent concurrent writes only one script may operate on a session at any time. When using framesets together with sessions you will experience the frames loading one by one due to this locking. You can reduce the time needed to load all the frames by ending the session as soon as all changes to session variables are done.
Отображения всех фильмов из базы по каждому дню?
Нужна помощь по составлению алгоритма, было бы круто есть ли бы подскзали куда смотреть.
Сейчас мой код php код на frontend полное говно, куча костылей и не рабочие, буду переписывать все заново.
obj.body = body.
useTabs = false // дефолтное значение
...
useTabs = true if options.tabs // должно браться из настроек,
// но вы проверяете только true. False ваши настройки никогда не передадутuseTabs = !!options.tabsuseTabs = if options.tabs is false then false else true