-
In order to make application accept multiple requests in testing environment PHP `session_*`, `header`, `cookies` functions must not be called. Instead of creating real headers, sessions, and cookies,…
-
Currently Yii2 support only one `init` plain file that will be included before fixtures load. This is good but not enough. For some different cases we may need special initializers per each fixture th…
-
This issue is to track what methods all dbms have in common and might go into an interface that could be used by other components such as data providers and widgets.
``` php
interface ConnectionInter…
cebe updated
10 years ago
-
possibly using Twitter bootstrap styles.
-
Related to http://www.yiiframework.com/forum/index.php/topic/43147-backward-compatibility-questions/
The thread suggests a couple of different variants about how to avoid the string mangling approach…