-
Current version of \yii\dbConnection is missing $charset property.
This is needed in db-pgsql tests, here:
https://github.com/yiisoft/db-pgsql/blob/2508fee50c1c65705015c2546bc980e8277c8720/tests/u…
-
## Current state
Currently we're working with request/response globally via `Yii::$app->request` and `Yii::$app->response`.
## Problem
Encapsulation violated. Request and response aren't mean…
-
See https://github.com/yiisoft/core/commit/c6e0e031d419881d1c02d4894155e94516da1a26
`Application::t()` is too long than `Yii::t()`.This method is often used. What about `App::t()`?
-
Currently, I believe there are only two templates: basic and advanced, but they are heavily biased towards web applications.
Since Yii2 does APIs really well, could we also have a centrally maintai…
lukos updated
6 years ago
-
I installed the advanced project template and I started trying out the front-end and the back-end.
Out of the box:
- in the front-end, I can navigate without being logged in
- I can sign up and l…
-
### What steps will reproduce the problem?
Currently Yii is using a four-digit versioning, which is not 100% [Semantic Versioning](https://semver.org/) and it does not play very well with composer.…
-
@qiangxue Is there any reason project not follow [Semantic Versioning](http://semver.org/)?
-
Yii is a big framework and will be great if Yii3 will work as server
Something like this:
https://github.com/lukaszkujawa/php-multithreaded-socket-server
It will be great to have one app instan…
-
Hi,
Not sure how this would impact performance, but after reading http://www.yiiframework.com/forum/index.php/topic/32253-best-way-to-override-a-yii-method/ and noticing that yii.php itself invites o…
-
@web alias is made by [\yii\web\Application::handleRequest()](https://github.com/yiisoft/yii2-framework/blob/master/yii/web/Application.php#L66) method. It is made by [\yii\web\Request::getBaseUrl()](…