-
There is a huge interest in using a repository pattern and data mapper this days. It is adopted in Doctrine, and even guys from Laravel community uses repository on top of their Eloquent ORM.
As Yii2…
-
Similar to that in 1.1. With locale-dependent support?
-
This issue is about proposing view code style and discussing it.
## Proof of necessity
I think view code conventions must be also documented and described for an end users, developers and core develo…
-
Now.
in my controller
```
public function behaviors() {
return array(
'AccessControl' => array(
'class' => '\yii\web\AccessControl',
'rules' =>…
-
the link() method of active record is good but it does not do anything in situation like save multiple addresses for a user, it just work with one model i think its better to support an array to save …
ghost updated
11 years ago
-
One of great hassle when I develop using Yii1.1 is that I have to write the name of the class manually for methods like `beginWidget` etc. And it's hard to use it using IDE like Netbeans.
I'm proposi…
-
Currently Active Record relations are defined using static methods with signature “get{RelationName}”. I think it is not a good convention since methods “get*” are already reserved for the magic prop…
-
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…
-
This is an enhancement request.
Handle server-failover without requiring end user to re-login due to server session loss
A. User logs in and starts working in the app
B. App server crashes and oper…
-
Dear Qiang, I know you prefer only talking to people writing "you are a genius", but Yii internals smell.
In respect to the open source in general I am writing this bug report and a pull request. If y…